Searched defs:brcmf_if (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd.h95 struct brcmf_if *iflist[BRCMF_MAX_IFS];
133 * struct brcmf_if - interface control information.
150 struct brcmf_if { struct
176 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked);
177 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bssidx, s32 ifidx,
180 void brcmf_txflowblock_if(struct brcmf_if *ifp,
184 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb);
187 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp);

Completed in 565 milliseconds