Home
last modified time | relevance | path

Searched refs:brcmf_pub (Results 1 – 25 of 31) sorted by relevance

12

/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dproto.h19 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,
37 void (*add_tdls_peer)(struct brcmf_pub *drvr, int ifidx,
47 int (*init_done)(struct brcmf_pub *drvr);
48 void (*debugfs_create)(struct brcmf_pub *drvr);
[all …]
H A Dfwvid.h11 struct brcmf_pub;
17 int (*alloc_fweh_info)(struct brcmf_pub *drvr);
19 void (*get_cfg80211_ops)(struct brcmf_pub *drvr);
20 void (*register_event_handlers)(struct brcmf_pub *drvr);
29 int brcmf_fwvid_attach(struct brcmf_pub *drvr);
30 void brcmf_fwvid_detach(struct brcmf_pub *drvr);
31 const char *brcmf_fwvid_vendor_name(struct brcmf_pub *drvr);
54 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 Dbcdc.h9 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()
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()
[all …]
H A Dmsgbuf.h32 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()
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()
214 struct brcmf_pub *drvr = ifp->drvr; in _brcmf_update_ndtable()
298 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_start_xmit()
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()
532 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_rx_event()
572 struct brcmf_pub *drvr = ifp->drvr; in brcmf_ethtool_get_drvinfo()
604 struct brcmf_pub *drvr = ifp->drvr; in brcmf_netdev_open()
645 struct brcmf_pub *drvr = ifp->drvr; in brcmf_net_attach()
[all …]
H A Dfweh.h16 struct brcmf_pub;
337 struct brcmf_pub *drvr;
351 int brcmf_fweh_attach(struct brcmf_pub *drvr);
352 void brcmf_fweh_detach(struct brcmf_pub *drvr);
353 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code,
357 void brcmf_fweh_unregister(struct brcmf_pub *drvr,
360 void brcmf_fweh_process_event(struct brcmf_pub *drvr,
365 static inline void brcmf_fweh_process_skb(struct brcmf_pub *drvr, in brcmf_fweh_process_skb()
H A Ddebug.h143 struct brcmf_pub;
145 struct dentry *brcmf_debugfs_get_devdir(struct brcmf_pub *drvr);
146 void brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn,
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 Dfwsignal.h32 struct brcmf_fws_info *brcmf_fws_attach(struct brcmf_pub *drvr);
34 void brcmf_fws_debugfs_create(struct brcmf_pub *drvr);
45 void brcmf_fws_bus_blocked(struct brcmf_pub *drvr, bool flow_blocked);
H A Dmsgbuf.c236 struct brcmf_pub *drvr;
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()
711 struct brcmf_pub *drvr = msgbuf->drvr; in brcmf_msgbuf_txflow()
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 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()
256 struct brcmf_pub *drvr; in brcmf_fweh_event_worker()
339 int brcmf_fweh_attach(struct brcmf_pub *drvr) in brcmf_fweh_attach()
367 void brcmf_fweh_detach(struct brcmf_pub *drvr) in brcmf_fweh_detach()
391 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register()
417 void brcmf_fweh_unregister(struct brcmf_pub *drvr, in brcmf_fweh_unregister()
475 void brcmf_fweh_process_event(struct brcmf_pub *drvr, in brcmf_fweh_process_event()
H A Dcore.h101 struct brcmf_pub { struct
189 struct brcmf_pub *drvr;
211 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx);
214 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bsscfgidx, s32 ifidx,
H A Dfwil.c99 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_cmd_data()
191 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_set()
220 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_iovar_data_get()
305 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_set()
335 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_bsscfg_data_get()
386 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_set()
415 struct brcmf_pub *drvr = ifp->drvr; in brcmf_fil_xtlv_data_get()
H A Dfeature.c107 static void brcmf_feat_firmware_overrides(struct brcmf_pub *drv) in brcmf_feat_firmware_overrides()
142 static void brcmf_feat_wlc_version_overrides(struct brcmf_pub *drv) in brcmf_feat_wlc_version_overrides()
230 struct brcmf_pub *drvr = ifp->drvr; in brcmf_feat_firmware_capabilities()
262 struct brcmf_pub *drvr = bus_if->drvr; in brcmf_feat_fwcap_debugfs_read()
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 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 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 Dfeature.h101 void brcmf_feat_attach(struct brcmf_pub *drvr);
108 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr);
H A Dcfg80211.c601 struct brcmf_pub *drvr = ifp->drvr; in send_key_to_dongle()
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()
878 struct brcmf_pub *drvr = cfg->pub; in brcmf_apsta_add_vif()
1036 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface()
1085 struct brcmf_pub *drvr = ifp->drvr; in brcmf_set_mpc()
1239 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete()
1326 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_apsta_iface()
1406 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface()
1502 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan()
[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 Dcommon.c92 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_set_joinpref_default()
138 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_download_blob()
194 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_clm_blob()
217 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_txcap_blob()
265 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_cal_blob()
282 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_preinit_dcmds()
H A Dpno.c113 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config()
165 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_set_random()
213 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_ssid()
236 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_add_bssid()
271 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_clean()
406 struct brcmf_pub *drvr = ifp->drvr; in brcmf_pno_config_sched_scans()
H A Dp2p.c434 struct brcmf_pub *drvr = ifp->drvr; in brcmf_p2p_set_firmware()
589 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_enable_discovery()
650 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_escan()
780 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_run_escan()
936 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_discover_listen()
1067 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_act_frm_search()
1125 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_afx_handler()
1400 struct brcmf_pub *drvr = ifp->drvr;
1561 struct brcmf_pub *drvr = p2p->cfg->pub;
1622 struct brcmf_pub *drvr = cfg->pub;
[all …]
H A Dcfg80211.h376 struct brcmf_pub *pub;
419 struct brcmf_pub *drvr = wiphy_priv(w); in wiphy_to_cfg()
462 struct brcmf_cfg80211_info *brcmf_cfg80211_attach(struct brcmf_pub *drvr,
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/cyw/
H A Dcore.c29 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cyw_set_sae_pwd()
65 static int brcmf_cyw_alloc_fweh_info(struct brcmf_pub *drvr) in brcmf_cyw_alloc_fweh_info()
108 struct brcmf_pub *drvr = cfg->pub; in brcmf_cyw_mgmt_tx()
203 struct brcmf_pub *drvr; in brcmf_cyw_external_auth()
233 static void brcmf_cyw_get_cfg80211_ops(struct brcmf_pub *drvr) in brcmf_cyw_get_cfg80211_ops()
243 struct brcmf_pub *drvr = ifp->drvr; in brcmf_cyw_notify_ext_auth_req()
278 struct brcmf_pub *drvr = ifp->drvr; in brcmf_notify_auth_frame_rx()
355 static void brcmf_cyw_register_event_handlers(struct brcmf_pub *drvr) in brcmf_cyw_register_event_handlers()
/src/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()

12