Lines Matching refs:brcmf_flowring
48 struct brcmf_flowring { struct
60 u32 brcmf_flowring_lookup(struct brcmf_flowring *flow, u8 da[ETH_ALEN], argument
62 u32 brcmf_flowring_create(struct brcmf_flowring *flow, u8 da[ETH_ALEN],
64 void brcmf_flowring_delete(struct brcmf_flowring *flow, u8 flowid);
65 void brcmf_flowring_open(struct brcmf_flowring *flow, u8 flowid);
66 u8 brcmf_flowring_tid(struct brcmf_flowring *flow, u8 flowid);
67 u32 brcmf_flowring_enqueue(struct brcmf_flowring *flow, u8 flowid,
69 struct sk_buff *brcmf_flowring_dequeue(struct brcmf_flowring *flow, u8 flowid);
70 void brcmf_flowring_reinsert(struct brcmf_flowring *flow, u8 flowid,
72 u32 brcmf_flowring_qlen(struct brcmf_flowring *flow, u8 flowid);
73 u8 brcmf_flowring_ifidx_get(struct brcmf_flowring *flow, u8 flowid);
74 struct brcmf_flowring *brcmf_flowring_attach(struct device *dev, u16 nrofrings);
75 void brcmf_flowring_detach(struct brcmf_flowring *flow);
76 void brcmf_flowring_configure_addr_mode(struct brcmf_flowring *flow, int ifidx,
78 void brcmf_flowring_delete_peer(struct brcmf_flowring *flow, int ifidx,
80 void brcmf_flowring_add_tdls_peer(struct brcmf_flowring *flow, int ifidx,