Home
last modified time | relevance | path

Searched defs:drvr (Results 1 – 25 of 51) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dproto.h48 static inline int brcmf_proto_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_hdrpull()
63 static inline int brcmf_proto_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_query_dcmd()
69 static inline int brcmf_proto_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_set_dcmd()
76 static inline int brcmf_proto_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_tx_queue_data()
82 static inline int brcmf_proto_txdata(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_txdata()
88 brcmf_proto_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_configure_addr_mode()
94 brcmf_proto_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_delete_peer()
99 brcmf_proto_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_add_tdls_peer()
118 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_add_if()
126 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_del_if()
[all …]
Dcore.c76 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() local
202 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_update_ndtable() local
230 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_set_mac_address() local
290 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit() local
483 static int brcmf_rx_hdrpull(struct brcmf_pub *drvr, struct sk_buff *skb, in brcmf_rx_hdrpull()
507 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() local
532 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_event() local
567 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() local
599 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() local
[all …]
Dbcdc.c99 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() local
[all …]
Dfweh.c95 static int brcmf_fweh_call_event_handler(struct brcmf_pub *drvr, in brcmf_fweh_call_event_handler()
125 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() local
294 void brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach()
307 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach()
326 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register()
345 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister()
360 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fweh_activate_events() local
395 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
Dcfg80211.c476 struct brcmf_pub *drvr = ifp->drvr; in send_key_to_dongle() local
511 static int brcmf_get_first_free_bsscfgidx(struct brcmf_pub *drvr) in brcmf_get_first_free_bsscfgidx()
528 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cfg80211_request_ap_if() local
563 struct brcmf_pub *drvr = cfg->pub; in brcmf_ap_add_vif() local
713 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface() local
762 struct brcmf_pub *drvr = ifp->drvr; in brcmf_set_mpc() local
779 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete() local
859 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_ap_iface() local
939 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface() local
1105 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan() local
[all …]
Dmsgbuf.c229 struct brcmf_pub *drvr; member
430 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_ioctl()
491 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_query_dcmd()
529 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_set_dcmd()
536 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_msgbuf_hdrpull()
586 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_flowring_create_worker() local
701 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_txflow() local
800 static int brcmf_msgbuf_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_queue_data()
825 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_configure_addr_mode()
835 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_delete_peer()
[all …]
Dproto.c20 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()
Dbcdc.h16 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()
Ddebug.c45 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir()
50 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
Dpno.c105 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config() local
157 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_set_random() local
200 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_ssid() local
223 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_bssid() local
258 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_clean() local
393 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config_sched_scans() local
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dproto.h48 static inline int brcmf_proto_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_hdrpull()
63 static inline int brcmf_proto_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_query_dcmd()
69 static inline int brcmf_proto_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_set_dcmd()
76 static inline int brcmf_proto_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_tx_queue_data()
82 static inline int brcmf_proto_txdata(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_txdata()
88 brcmf_proto_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_configure_addr_mode()
94 brcmf_proto_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_delete_peer()
99 brcmf_proto_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_add_tdls_peer()
118 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_add_if()
126 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_del_if()
[all …]
Dcore.c78 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx) in brcmf_get_ifp()
137 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_set_multicast_list() local
209 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_update_ndtable() local
293 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit() local
478 static int brcmf_rx_hdrpull(struct brcmf_pub *drvr, struct sk_buff *skb, in brcmf_rx_hdrpull()
502 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_frame() local
527 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_event() local
567 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() local
599 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() local
640 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_attach() local
[all …]
Dbcdc.c101 struct brcmf_fws_info *drvr_to_fws(struct brcmf_pub *drvr) in drvr_to_fws()
109 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, in brcmf_proto_bcdc_msg()
140 static int brcmf_proto_bcdc_cmplt(struct brcmf_pub *drvr, u32 id, u32 len) in brcmf_proto_bcdc_cmplt()
158 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_query_dcmd()
216 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_set_dcmd()
257 brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_hdrpush()
281 brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_bcdc_hdrpull()
333 static int brcmf_proto_bcdc_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_bcdc_tx_queue_data()
346 brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset, in brcmf_proto_bcdc_txdata()
356 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_proto_bcdc_txflowblock() local
[all …]
Dfweh.c95 static int brcmf_fweh_call_event_handler(struct brcmf_pub *drvr, in brcmf_fweh_call_event_handler()
125 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() local
294 void brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach()
307 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach()
326 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register()
345 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister()
360 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fweh_activate_events() local
396 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
Dcfg80211.c550 struct brcmf_pub *drvr = ifp->drvr; in send_key_to_dongle() local
585 static int brcmf_get_first_free_bsscfgidx(struct brcmf_pub *drvr) in brcmf_get_first_free_bsscfgidx()
713 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cfg80211_request_ap_if() local
825 struct brcmf_pub *drvr = cfg->pub; in brcmf_apsta_add_vif() local
981 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface() local
1030 struct brcmf_pub *drvr = ifp->drvr; in brcmf_set_mpc() local
1169 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete() local
1251 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_apsta_iface() local
1331 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface() local
1427 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan() local
[all …]
Dfwil.c99 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data() local
191 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_set() local
220 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_get() local
297 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_set() local
327 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_get() local
378 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_set() local
407 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_get() local
Dmsgbuf.c230 struct brcmf_pub *drvr; member
431 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_ioctl()
492 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_query_dcmd()
530 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_set_dcmd()
537 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_msgbuf_hdrpull()
586 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_flowring_create_worker() local
701 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_txflow() local
800 static int brcmf_msgbuf_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_queue_data()
829 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_configure_addr_mode()
839 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_delete_peer()
[all …]
Dcommon.c82 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_set_joinpref_default() local
124 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_download_blob() local
180 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_clm_blob() local
203 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_txcap_blob() local
251 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_cal_blob() local
268 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_preinit_dcmds() local
Dproto.c20 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()
Dbcdc.h16 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()
Dfwvid.c152 int brcmf_fwvid_attach(struct brcmf_pub *drvr) in brcmf_fwvid_attach()
177 void brcmf_fwvid_detach(struct brcmf_pub *drvr) in brcmf_fwvid_detach()
196 const char *brcmf_fwvid_vendor_name(struct brcmf_pub *drvr) in brcmf_fwvid_vendor_name()
Ddebug.c45 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir()
50 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
Dpno.c105 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config() local
157 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_set_random() local
200 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_ssid() local
223 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_bssid() local
258 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_clean() local
393 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config_sched_scans() local
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddebug.c48 void brcms_debugfs_attach(struct brcms_pub *drvr) in brcms_debugfs_attach()
54 void brcms_debugfs_detach(struct brcms_pub *drvr) in brcms_debugfs_detach()
59 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr) in brcms_debugfs_get_devdir()
67 struct brcms_pub *drvr = s->private; in brcms_debugfs_hardware_read() local
100 struct brcms_pub *drvr = s->private; in brcms_debugfs_macstat_read() local
171 struct brcms_pub *drvr; member
190 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn, in brcms_debugfs_add_entry()
207 void brcms_debugfs_create_files(struct brcms_pub *drvr) in brcms_debugfs_create_files()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddebug.c48 void brcms_debugfs_attach(struct brcms_pub *drvr) in brcms_debugfs_attach()
54 void brcms_debugfs_detach(struct brcms_pub *drvr) in brcms_debugfs_detach()
59 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr) in brcms_debugfs_get_devdir()
67 struct brcms_pub *drvr = s->private; in brcms_debugfs_hardware_read() local
100 struct brcms_pub *drvr = s->private; in brcms_debugfs_macstat_read() local
171 struct brcms_pub *drvr; member
190 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn, in brcms_debugfs_add_entry()
207 void brcms_debugfs_create_files(struct brcms_pub *drvr) in brcms_debugfs_create_files()

123