Lines Matching refs:brcmf_flowring
38 struct brcmf_flowring { struct
50 u32 brcmf_flowring_lookup(struct brcmf_flowring *flow, u8 da[ETH_ALEN], argument
52 u32 brcmf_flowring_create(struct brcmf_flowring *flow, u8 da[ETH_ALEN],
54 void brcmf_flowring_delete(struct brcmf_flowring *flow, u16 flowid);
55 void brcmf_flowring_open(struct brcmf_flowring *flow, u16 flowid);
56 u8 brcmf_flowring_tid(struct brcmf_flowring *flow, u16 flowid);
57 u32 brcmf_flowring_enqueue(struct brcmf_flowring *flow, u16 flowid,
59 struct sk_buff *brcmf_flowring_dequeue(struct brcmf_flowring *flow, u16 flowid);
60 void brcmf_flowring_reinsert(struct brcmf_flowring *flow, u16 flowid,
62 u32 brcmf_flowring_qlen(struct brcmf_flowring *flow, u16 flowid);
63 u8 brcmf_flowring_ifidx_get(struct brcmf_flowring *flow, u16 flowid);
64 struct brcmf_flowring *brcmf_flowring_attach(struct device *dev, u16 nrofrings);
65 void brcmf_flowring_detach(struct brcmf_flowring *flow);
66 void brcmf_flowring_configure_addr_mode(struct brcmf_flowring *flow, int ifidx,
68 void brcmf_flowring_delete_peer(struct brcmf_flowring *flow, int ifidx,
70 void brcmf_flowring_add_tdls_peer(struct brcmf_flowring *flow, int ifidx,