/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | proto.h | 30 int (*hdrpull)(struct brcmf_pub *drvr, bool do_fws, 32 int (*query_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, 34 int (*set_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, 36 int (*tx_queue_data)(struct brcmf_pub *drvr, int ifidx, 38 int (*txdata)(struct brcmf_pub *drvr, int ifidx, u8 offset, 40 void (*configure_addr_mode)(struct brcmf_pub *drvr, int ifidx, 42 void (*delete_peer)(struct brcmf_pub *drvr, int ifidx, 44 void (*add_tdls_peer)(struct brcmf_pub *drvr, int ifidx, 50 int (*init_done)(struct brcmf_pub *drvr); 51 void (*debugfs_create)(struct brcmf_pub *drvr); [all …]
|
D | bcdc.h | 20 int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr); 21 void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr); 25 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr); 27 static inline int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr) { return 0; } in brcmf_proto_bcdc_attach() 28 static inline void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr) {} in brcmf_proto_bcdc_detach()
|
D | msgbuf.h | 42 void brcmf_msgbuf_delete_flowring(struct brcmf_pub *drvr, u16 flowid); 43 int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr); 44 void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr); 46 static inline int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr) in brcmf_proto_msgbuf_attach() 50 static inline void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr) {} in brcmf_proto_msgbuf_detach()
|
D | bcdc.c | 110 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr) in drvr_to_fws() 118 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, in brcmf_proto_bcdc_msg() 149 static int brcmf_proto_bcdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len) in brcmf_proto_bcdc_cmplt() 167 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_query_dcmd() 225 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_set_dcmd() 266 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_hdrpush() 290 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_bcdc_hdrpull() 342 static int brcmf_proto_bcdc_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_tx_queue_data() 355 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_txdata() 365 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_bcdc_txflowblock() [all …]
|
D | fwsignal.h | 21 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr); 23 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr); 33 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked);
|
D | fweh.h | 27 struct brcmf_pub; 322 void brcmf_fweh_attach(struct brcmf_pub *drvr); 323 void brcmf_fweh_detach(struct brcmf_pub *drvr); 324 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, 328 void brcmf_fweh_unregister(struct brcmf_pub *drvr, 331 void brcmf_fweh_process_event(struct brcmf_pub *drvr, 336 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, in brcmf_fweh_process_skb()
|
D | debug.h | 114 struct brcmf_pub; 116 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr); 117 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, 123 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
|
D | fweh.c | 134 static void brcmf_fweh_handle_if_event(struct brcmf_pub *drvr, in brcmf_fweh_handle_if_event() 224 struct brcmf_pub *drvr; in brcmf_fweh_event_worker() 233 drvr = container_of(fweh, struct brcmf_pub, fweh); in brcmf_fweh_event_worker() 299 void brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach() 312 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach() 338 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register() 357 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister() 405 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
|
D | core.h | 106 struct brcmf_pub { struct 188 struct brcmf_pub *drvr; 210 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx); 213 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bsscfgidx, s32 ifidx,
|
D | core.c | 57 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx) in brcmf_get_ifp() 270 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit() 432 static int brcmf_rx_hdrpull(struct brcmf_pub *drvr, struct sk_buff *skb, in brcmf_rx_hdrpull() 455 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() 477 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_event() 512 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() 546 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() 587 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_attach() 716 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bsscfgidx, s32 ifidx, in brcmf_add_if() 782 static void brcmf_del_if(struct brcmf_pub *drvr, s32 bsscfgidx, in brcmf_del_if() [all …]
|
D | feature.h | 94 void brcmf_feat_attach(struct brcmf_pub *drvr); 101 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr);
|
D | debug.c | 56 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir() 61 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
|
D | proto.c | 31 int brcmf_proto_attach(struct brcmf_pub *drvr) in brcmf_proto_attach() 70 void brcmf_proto_detach(struct brcmf_pub *drvr) in brcmf_proto_detach()
|
D | fwil.c | 109 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data() 228 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_set() 256 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_get() 351 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_set() 380 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_get()
|
D | msgbuf.c | 222 struct brcmf_pub *drvr; 420 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_ioctl() 481 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_query_dcmd() 519 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_set_dcmd() 526 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_msgbuf_hdrpull() 787 static int brcmf_msgbuf_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_queue_data() 812 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_configure_addr_mode() 822 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_delete_peer() 831 brcmf_msgbuf_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_add_tdls_peer() 1313 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_msgbuf_rx_trigger() [all …]
|
D | cfg80211.h | 316 struct brcmf_pub *pub; 358 struct brcmf_pub *drvr = wiphy_priv(w); in wiphy_to_cfg() 401 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
|
D | feature.c | 108 static void brcmf_feat_firmware_overrides(struct brcmf_pub *drv) in brcmf_feat_firmware_overrides() 241 void brcmf_feat_attach(struct brcmf_pub *drvr) in brcmf_feat_attach() 308 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr) in brcmf_feat_debugfs_create()
|
D | flowring.c | 193 struct brcmf_pub *drvr; in brcmf_flowring_block() 397 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_detach() 422 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_configure_addr_mode() 445 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_delete_peer()
|
D | bus.h | 153 struct brcmf_pub *drvr;
|
D | fwsignal.c | 501 struct brcmf_pub *drvr; 2179 struct brcmf_pub *drvr; in brcmf_fws_dequeue_worker() 2312 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr) in brcmf_fws_attach() 2428 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr) in brcmf_fws_debugfs_create() 2462 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked) in brcmf_fws_bus_blocked()
|
D | cfg80211.c | 494 static int brcmf_get_first_free_bsscfgidx(struct brcmf_pub *drvr) in brcmf_get_first_free_bsscfgidx() 6475 struct brcmf_pub *drvr = ifp->drvr; in brcmf_setup_wiphy() 6759 static s32 brcmf_translate_country_code(struct brcmf_pub *drvr, char alpha2[2], in brcmf_translate_country_code() 6873 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr, in brcmf_cfg80211_attach()
|
D | sdio.c | 3119 struct brcmf_pub *drvr = bus->sdiodev->bus_if->drvr; in brcmf_sdio_debugfs_create()
|