| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | proto.h | 19 int (*hdrpull)(struct brcmf_pub *drvr, bool do_fws, 21 int (*query_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, 23 int (*set_dcmd)(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, 25 int (*tx_queue_data)(struct brcmf_pub *drvr, int ifidx, 27 int (*txdata)(struct brcmf_pub *drvr, int ifidx, u8 offset, 29 void (*configure_addr_mode)(struct brcmf_pub *drvr, int ifidx, 31 void (*delete_peer)(struct brcmf_pub *drvr, int ifidx, 33 void (*add_tdls_peer)(struct brcmf_pub *drvr, int ifidx, 39 int (*init_done)(struct brcmf_pub *drvr); 40 void (*debugfs_create)(struct brcmf_pub *drvr); [all …]
|
| D | bcdc.h | 9 int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr); 10 void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr); 14 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr); 16 static inline int brcmf_proto_bcdc_attach(struct brcmf_pub *drvr) { return 0; } in brcmf_proto_bcdc_attach() 17 static inline void brcmf_proto_bcdc_detach(struct brcmf_pub *drvr) {} in brcmf_proto_bcdc_detach()
|
| D | msgbuf.h | 32 void brcmf_msgbuf_delete_flowring(struct brcmf_pub *drvr, u16 flowid); 33 int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr); 34 void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr); 36 static inline int brcmf_proto_msgbuf_attach(struct brcmf_pub *drvr) in brcmf_proto_msgbuf_attach() 40 static inline void brcmf_proto_msgbuf_detach(struct brcmf_pub *drvr) {} in brcmf_proto_msgbuf_detach()
|
| D | bcdc.c | 99 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr) in drvr_to_fws() 107 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, in brcmf_proto_bcdc_msg() 138 static int brcmf_proto_bcdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len) in brcmf_proto_bcdc_cmplt() 156 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() 255 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_hdrpush() 279 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_bcdc_hdrpull() 331 static int brcmf_proto_bcdc_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_tx_queue_data() 344 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_txdata() 354 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_bcdc_txflowblock() [all …]
|
| D | core.c | 76 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx) in brcmf_get_ifp() 135 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_set_multicast_list() 202 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_update_ndtable() 230 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_mac_address() 290 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit() 477 static int brcmf_rx_hdrpull(struct brcmf_pub *drvr, struct sk_buff *skb, in brcmf_rx_hdrpull() 500 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() 523 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_event() 558 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() 593 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() [all …]
|
| D | debug.h | 116 struct brcmf_pub; 118 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr); 119 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, 124 static inline struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir() 129 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
|
| D | fweh.c | 94 static int brcmf_fweh_call_event_handler(struct brcmf_pub *drvr, in brcmf_fweh_call_event_handler() 124 static void brcmf_fweh_handle_if_event(struct brcmf_pub *drvr, in brcmf_fweh_handle_if_event() 215 struct brcmf_pub *drvr; in brcmf_fweh_event_worker() 224 drvr = container_of(fweh, struct brcmf_pub, fweh); in brcmf_fweh_event_worker() 290 void brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach() 303 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach() 320 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register() 339 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister() 354 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fweh_activate_events() 388 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
|
| D | fwsignal.h | 9 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr); 11 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr); 21 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked);
|
| D | fweh.h | 16 struct brcmf_pub; 311 void brcmf_fweh_attach(struct brcmf_pub *drvr); 312 void brcmf_fweh_detach(struct brcmf_pub *drvr); 313 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, 317 void brcmf_fweh_unregister(struct brcmf_pub *drvr, 320 void brcmf_fweh_process_event(struct brcmf_pub *drvr, 325 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, in brcmf_fweh_process_skb()
|
| D | core.h | 95 struct brcmf_pub { struct 180 struct brcmf_pub *drvr; 202 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx); 205 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bsscfgidx, s32 ifidx,
|
| D | msgbuf.c | 228 struct brcmf_pub *drvr; 426 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_ioctl() 487 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_query_dcmd() 525 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_set_dcmd() 532 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_msgbuf_hdrpull() 581 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_flowring_create_worker() 696 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_txflow() 795 static int brcmf_msgbuf_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_queue_data() 820 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_configure_addr_mode() 830 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_delete_peer() [all …]
|
| D | feature.c | 102 static void brcmf_feat_firmware_overrides(struct brcmf_pub *drv) in brcmf_feat_firmware_overrides() 178 struct brcmf_pub *drvr = ifp->drvr; in brcmf_feat_firmware_capabilities() 210 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_feat_fwcap_debugfs_read() 237 void brcmf_feat_attach(struct brcmf_pub *drvr) in brcmf_feat_attach() 310 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr) in brcmf_feat_debugfs_create()
|
| D | feature.h | 87 void brcmf_feat_attach(struct brcmf_pub *drvr); 94 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr);
|
| D | debug.c | 45 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir() 50 int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
|
| D | proto.c | 20 int brcmf_proto_attach(struct brcmf_pub *drvr) in brcmf_proto_attach() 59 void brcmf_proto_detach(struct brcmf_pub *drvr) in brcmf_proto_detach()
|
| D | fwil.c | 98 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data() 217 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_set() 245 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_get() 340 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_set() 369 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_get()
|
| D | cfg80211.c | 468 struct brcmf_pub *drvr = ifp->drvr; in send_key_to_dongle() 503 static int brcmf_get_first_free_bsscfgidx(struct brcmf_pub *drvr) in brcmf_get_first_free_bsscfgidx() 520 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cfg80211_request_ap_if() 555 struct brcmf_pub *drvr = cfg->pub; in brcmf_ap_add_vif() 629 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface() 677 struct brcmf_pub *drvr = ifp->drvr; in brcmf_set_mpc() 694 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete() 774 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_ap_iface() 853 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface() 1019 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan() [all …]
|
| D | pno.c | 101 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config() 153 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_set_random() 196 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_ssid() 219 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_bssid() 254 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_clean() 389 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config_sched_scans()
|
| D | cfg80211.h | 304 struct brcmf_pub *pub; 346 struct brcmf_pub *drvr = wiphy_priv(w); in wiphy_to_cfg() 389 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
|
| D | p2p.c | 426 struct brcmf_pub *drvr = ifp->drvr; in brcmf_p2p_set_firmware() 563 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_enable_discovery() 624 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_escan() 755 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_run_escan() 913 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_discover_listen() 1043 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_act_frm_search() 1101 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_afx_handler() 1337 struct brcmf_pub *drvr = ifp->drvr; in brcmf_p2p_notify_action_frame_rx() 1492 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_tx_action_frame() 1557 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_pub_af_tx() [all …]
|
| D | flowring.c | 183 struct brcmf_pub *drvr; in brcmf_flowring_block() 387 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_detach() 412 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_configure_addr_mode() 435 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_delete_peer()
|
| D | common.c | 82 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_set_joinpref_default() 122 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_clm_blob() 195 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_preinit_dcmds()
|
| D | fwsignal.c | 490 struct brcmf_pub *drvr; 1251 struct brcmf_pub *drvr = fws->drvr; in brcmf_fws_enq() 1454 struct brcmf_pub *drvr = fws->drvr; in brcmf_fws_txs_process() 1610 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_notify_credit_map() 1680 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_rxreorder() 1996 struct brcmf_pub *drvr = fws->drvr; in brcmf_fws_rollback_toq() 2119 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_process_skb() 2206 struct brcmf_pub *drvr; in brcmf_fws_dequeue_worker() 2340 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr) in brcmf_fws_attach() 2456 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr) in brcmf_fws_debugfs_create() [all …]
|
| D | bus.h | 144 struct brcmf_pub *drvr;
|
| D | sdio.c | 3167 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_sdio_debugfs_create()
|