Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dproto.h30 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 …]
Dbcdc.h20 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()
Dmsgbuf.h42 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()
Dbcdc.c110 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 …]
Dfwsignal.h21 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);
Dfweh.h27 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()
Ddebug.h114 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()
Dfweh.c134 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()
Dcore.h106 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,
Dcore.c57 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 …]
Dfeature.h94 void brcmf_feat_attach(struct brcmf_pub *drvr);
101 void brcmf_feat_debugfs_create(struct brcmf_pub *drvr);
Ddebug.c56 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()
Dproto.c31 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()
Dfwil.c109 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()
Dmsgbuf.c222 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 …]
Dcfg80211.h316 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,
Dfeature.c108 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()
Dflowring.c193 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()
Dbus.h153 struct brcmf_pub *drvr;
Dfwsignal.c501 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()
Dcfg80211.c494 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()
Dsdio.c3119 struct brcmf_pub *drvr = bus->sdiodev->bus_if->drvr; in brcmf_sdio_debugfs_create()