/drivers/net/wireless/brcm80211/brcmfmac/ |
D | dhd_linux.c | 68 char *brcmf_ifname(struct brcmf_pub *drvr, int ifidx) in brcmf_ifname() 194 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit() local 278 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txflowblock() local 514 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() local 539 void brcmf_txfinalize(struct brcmf_pub *drvr, struct sk_buff *txp, u8 ifidx, in brcmf_txfinalize() 568 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_txcomplete() local 596 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() local 626 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() local 668 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_attach() local 770 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bssidx, s32 ifidx, in brcmf_add_if() [all …]
|
D | bcdc.c | 110 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, in brcmf_proto_bcdc_msg() 141 static int brcmf_proto_bcdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len) in brcmf_proto_bcdc_cmplt() 159 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_query_dcmd() 214 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_set_dcmd() 251 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_hdrpush() 275 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws, u8 *ifidx, in brcmf_proto_bcdc_hdrpull() 333 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_txdata() 341 brcmf_proto_bcdc_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_configure_addr_mode() 347 brcmf_proto_bcdc_delete_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_delete_peer() 353 brcmf_proto_bcdc_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_add_tdls_peer() [all …]
|
D | proto.h | 48 static inline int brcmf_proto_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_hdrpull() 53 static inline int brcmf_proto_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_query_dcmd() 58 static inline int brcmf_proto_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_set_dcmd() 63 static inline int brcmf_proto_txdata(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_txdata() 69 brcmf_proto_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_configure_addr_mode() 75 brcmf_proto_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_delete_peer() 80 brcmf_proto_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_add_tdls_peer()
|
D | dhd_dbg.c | 53 int brcmf_debugfs_attach(struct brcmf_pub *drvr) in brcmf_debugfs_attach() 66 void brcmf_debugfs_detach(struct brcmf_pub *drvr) in brcmf_debugfs_detach() 72 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir() 79 struct brcmf_pub *drvr; member 97 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
|
D | fweh.c | 176 static void brcmf_fweh_handle_if_event(struct brcmf_pub *drvr, in brcmf_fweh_handle_if_event() 259 struct brcmf_pub *drvr; in brcmf_fweh_event_worker() local 324 void brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach() 337 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach() 363 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register() 382 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister() 429 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
|
D | bcdc.h | 23 static inline int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr) { return 0; } in brcmf_proto_bcdc_attach() 24 static inline void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr) {} in brcmf_proto_bcdc_detach()
|
D | proto.c | 31 int brcmf_proto_attach(struct brcmf_pub *drvr) in brcmf_proto_attach() 69 void brcmf_proto_detach(struct brcmf_pub *drvr) in brcmf_proto_detach()
|
D | fwil.c | 39 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data() local 151 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_set() local 179 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_get() local 274 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_set() local 302 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_get() local
|
D | msgbuf.h | 40 static inline int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr) in brcmf_proto_msgbuf_attach() 44 static inline void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr) {} in brcmf_proto_msgbuf_detach()
|
D | dhd_dbg.h | 121 static inline int brcmf_debugfs_attach(struct brcmf_pub *drvr) in brcmf_debugfs_attach() 125 static inline void brcmf_debugfs_detach(struct brcmf_pub *drvr) in brcmf_debugfs_detach() 129 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
|
D | flowring.c | 189 struct brcmf_pub *drvr; in brcmf_flowring_block() local 381 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_detach() local 406 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_configure_addr_mode() local 429 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_delete_peer() local
|
D | msgbuf.c | 220 struct brcmf_pub *drvr; member 425 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_ioctl() 489 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_query_dcmd() 528 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_set_dcmd() 535 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_msgbuf_hdrpull() 786 static int brcmf_msgbuf_txdata(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_txdata() 808 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_configure_addr_mode() 818 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_delete_peer() 827 brcmf_msgbuf_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_add_tdls_peer() 1282 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_msgbuf_rx_trigger() local [all …]
|
D | feature.c | 105 void brcmf_feat_attach(struct brcmf_pub *drvr) in brcmf_feat_attach()
|
D | fwsignal.c | 486 struct brcmf_pub *drvr; member 1618 int brcmf_fws_hdrpull(struct brcmf_pub *drvr, int ifidx, s16 signal_len, in brcmf_fws_hdrpull() 1889 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_process_skb() local 1985 struct brcmf_pub *drvr; in brcmf_fws_dequeue_worker() local 2117 int brcmf_fws_init(struct brcmf_pub *drvr) in brcmf_fws_init() 2219 void brcmf_fws_deinit(struct brcmf_pub *drvr) in brcmf_fws_deinit() 2261 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked) in brcmf_fws_bus_blocked()
|
D | dhd_common.c | 46 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_c_prec_enq() local
|
D | dhd.h | 151 struct brcmf_pub *drvr; member
|
D | dhd_bus.h | 130 struct brcmf_pub *drvr; member
|
D | fweh.h | 257 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, in brcmf_fweh_process_skb()
|
D | p2p.c | 1921 struct brcmf_pub *drvr; in brcmf_p2p_attach() local
|
D | dhd_sdio.c | 3170 struct brcmf_pub *drvr = bus->sdiodev->bus_if->drvr; in brcmf_sdio_debugfs_create() local
|
D | wl_cfg80211.c | 5688 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr, in brcmf_cfg80211_attach()
|
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | debug.c | 52 int brcms_debugfs_attach(struct brcms_pub *drvr) in brcms_debugfs_attach() 62 void brcms_debugfs_detach(struct brcms_pub *drvr) in brcms_debugfs_detach() 68 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr) in brcms_debugfs_get_devdir() 79 struct brcms_pub *drvr = f->private_data; in brcms_debugfs_hardware_read() local 109 void brcms_debugfs_create_files(struct brcms_pub *drvr) in brcms_debugfs_create_files()
|