Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dproto.h56 static inline int brcmf_proto_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_proto_hdrpull()
71 static inline int brcmf_proto_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_query_dcmd()
77 static inline int brcmf_proto_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_set_dcmd()
84 static inline int brcmf_proto_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_tx_queue_data()
90 static inline int brcmf_proto_txdata(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_txdata()
96 brcmf_proto_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_proto_configure_addr_mode()
103 brcmf_proto_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_delete_peer()
112 brcmf_proto_add_tdls_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_proto_add_tdls_peer()
134 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_add_if()
142 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_del_if()
[all …]
H A Dcore.c78 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx) in brcmf_get_ifp()
142 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_set_multicast_list() local
214 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_update_ndtable() local
298 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
572 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo() local
604 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open() local
645 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_attach() local
[all …]
H A 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 …]
H A Dfweh.c97 static int brcmf_fweh_call_event_handler(struct brcmf_pub *drvr, in brcmf_fweh_call_event_handler()
127 static void brcmf_fweh_handle_if_event(struct brcmf_pub *drvr, in brcmf_fweh_handle_if_event()
261 struct brcmf_pub *drvr; in brcmf_fweh_event_worker() local
344 int brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach()
372 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach()
396 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register()
422 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister()
480 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
H A 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()
H A 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()
H A 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
305 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_set() local
335 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_get() local
386 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_set() local
415 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_get() local
H A Dcfg80211.c601 struct brcmf_pub *drvr = ifp->drvr; in send_key_to_dongle() local
636 static int brcmf_get_first_free_bsscfgidx(struct brcmf_pub *drvr) in brcmf_get_first_free_bsscfgidx()
764 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cfg80211_request_ap_if() local
878 struct brcmf_pub *drvr = cfg->pub; in brcmf_apsta_add_vif() local
1036 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface() local
1085 struct brcmf_pub *drvr = ifp->drvr; in brcmf_set_mpc() local
1239 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete() local
1326 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_apsta_iface() local
1406 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface() local
1502 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan() local
[all …]
H A Dfwvid.h54 static inline int brcmf_fwvid_alloc_fweh_info(struct brcmf_pub *drvr) in brcmf_fwvid_alloc_fweh_info()
72 static inline void brcmf_fwvid_get_cfg80211_ops(struct brcmf_pub *drvr) in brcmf_fwvid_get_cfg80211_ops()
80 static inline void brcmf_fwvid_register_event_handlers(struct brcmf_pub *drvr) in brcmf_fwvid_register_event_handlers()
H A Ddebug.c49 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir()
54 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
H A Dcommon.c92 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_set_joinpref_default() local
138 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_download_blob() local
193 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_clm_blob() local
216 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_txcap_blob() local
264 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_cal_blob() local
281 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_preinit_dcmds() local
H A Dmsgbuf.c236 struct brcmf_pub *drvr; member
437 static int brcmf_msgbuf_tx_ioctl(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_ioctl()
502 static int brcmf_msgbuf_query_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_query_dcmd()
540 static int brcmf_msgbuf_set_dcmd(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_set_dcmd()
547 static int brcmf_msgbuf_hdrpull(struct brcmf_pub *drvr, bool do_fws, in brcmf_msgbuf_hdrpull()
596 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_flowring_create_worker() local
711 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_txflow() local
810 static int brcmf_msgbuf_tx_queue_data(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_tx_queue_data()
839 brcmf_msgbuf_configure_addr_mode(struct brcmf_pub *drvr, int ifidx, in brcmf_msgbuf_configure_addr_mode()
850 brcmf_msgbuf_delete_peer(struct brcmf_pub *drvr, int ifidx, u8 peer[ETH_ALEN]) in brcmf_msgbuf_delete_peer()
[all …]
H A Dfwvid.c171 int brcmf_fwvid_attach(struct brcmf_pub *drvr) in brcmf_fwvid_attach()
196 void brcmf_fwvid_detach(struct brcmf_pub *drvr) in brcmf_fwvid_detach()
215 const char *brcmf_fwvid_vendor_name(struct brcmf_pub *drvr) in brcmf_fwvid_vendor_name()
H A Dpno.c113 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config() local
165 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_set_random() local
213 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_ssid() local
236 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_bssid() local
271 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_clean() local
406 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config_sched_scans() local
H A Dmsgbuf.h36 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()
H A Ddebug.h57 #define bphy_err(drvr, fmt, ...) \ argument
66 #define bphy_info_once(drvr, fmt, ...) \ argument
151 static inline struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr) in brcmf_debugfs_get_devdir()
156 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, in brcmf_debugfs_add_entry()
H A Dfeature.c230 struct brcmf_pub *drvr = ifp->drvr; in brcmf_feat_firmware_capabilities() local
262 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_feat_fwcap_debugfs_read() local
289 void brcmf_feat_attach(struct brcmf_pub *drvr) in brcmf_feat_attach()
370 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr) in brcmf_feat_debugfs_create()
H A Dp2p.c434 struct brcmf_pub *drvr = ifp->drvr; in brcmf_p2p_set_firmware() local
589 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_enable_discovery() local
650 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_escan() local
780 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_run_escan() local
936 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_discover_listen() local
1067 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_act_frm_search() local
1125 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_afx_handler() local
1400 struct brcmf_pub *drvr = ifp->drvr; local
1561 struct brcmf_pub *drvr = p2p->cfg->pub; local
1622 struct brcmf_pub *drvr = cfg->pub; local
[all …]
H A Dflowring.c199 struct brcmf_pub *drvr; in brcmf_flowring_block() local
402 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_detach() local
427 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_configure_addr_mode() local
453 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_flowring_delete_peer() local
H A Dfwsignal.c481 struct brcmf_pub *drvr; member
1236 struct brcmf_pub *drvr = fws->drvr; in brcmf_fws_enq() local
1439 struct brcmf_pub *drvr = fws->drvr; in brcmf_fws_txs_process() local
1599 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_notify_credit_map() local
1669 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_rxreorder() local
1983 struct brcmf_pub *drvr = fws->drvr; in brcmf_fws_rollback_toq() local
2110 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fws_process_skb() local
2198 struct brcmf_pub *drvr; in brcmf_fws_dequeue_worker() local
2337 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr) in brcmf_fws_attach()
2453 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr) in brcmf_fws_debugfs_create()
[all …]
H A Dfweh.h337 struct brcmf_pub *drvr; member
365 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, in brcmf_fweh_process_skb()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A 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()
62 struct brcms_pub *drvr = s->private; in brcms_debugfs_hardware_read() local
95 struct brcms_pub *drvr = s->private; in brcms_debugfs_macstat_read() local
166 struct brcms_pub *drvr; member
185 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn, in brcms_debugfs_add_entry()
202 void brcms_debugfs_create_files(struct brcms_pub *drvr) in brcms_debugfs_create_files()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/cyw/
H A Dcore.c29 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cyw_set_sae_pwd() local
65 static int brcmf_cyw_alloc_fweh_info(struct brcmf_pub *drvr) in brcmf_cyw_alloc_fweh_info()
107 struct brcmf_pub *drvr = cfg->pub; in brcmf_cyw_mgmt_tx() local
202 struct brcmf_pub *drvr; in brcmf_cyw_external_auth() local
232 static void brcmf_cyw_get_cfg80211_ops(struct brcmf_pub *drvr) in brcmf_cyw_get_cfg80211_ops()
242 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cyw_notify_ext_auth_req() local
277 struct brcmf_pub *drvr = ifp->drvr; in brcmf_notify_auth_frame_rx() local
354 static void brcmf_cyw_register_event_handlers(struct brcmf_pub *drvr) in brcmf_cyw_register_event_handlers()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/bca/
H A Dcore.c22 static int brcmf_bca_alloc_fweh_info(struct brcmf_pub *drvr) in brcmf_bca_alloc_fweh_info()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/wcc/
H A Dcore.c23 static int brcmf_wcc_alloc_fweh_info(struct brcmf_pub *drvr) in brcmf_wcc_alloc_fweh_info()

12