Home
last modified time | relevance | path

Searched refs:brcmf_if (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.h122 struct brcmf_if *iflist[BRCMF_MAX_IFS];
124 struct brcmf_if *mon_if;
187 struct brcmf_if { struct
206 int brcmf_netdev_wait_pend8021x(struct brcmf_if *ifp); argument
209 char *brcmf_ifname(struct brcmf_if *ifp);
210 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx);
211 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable);
212 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked);
213 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bsscfgidx, s32 ifidx,
215 void brcmf_remove_interface(struct brcmf_if *ifp, bool rtnl_locked);
[all …]
Dfwil.h90 s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
91 s32 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
92 s32 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data);
93 s32 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data);
95 s32 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, char *name, const void *data,
97 s32 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data,
99 s32 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data);
100 s32 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data);
102 s32 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, void *data,
104 s32 brcmf_fil_bsscfg_data_get(struct brcmf_if *ifp, char *name, void *data,
[all …]
Dfwsignal.h26 void brcmf_fws_hdrpull(struct brcmf_if *ifp, s16 siglen, struct sk_buff *skb);
27 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb);
29 void brcmf_fws_reset_interface(struct brcmf_if *ifp);
30 void brcmf_fws_add_interface(struct brcmf_if *ifp);
31 void brcmf_fws_del_interface(struct brcmf_if *ifp);
34 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb);
Dproto.h31 struct sk_buff *skb, struct brcmf_if **ifp);
46 void (*rxreorder)(struct brcmf_if *ifp, struct sk_buff *skb);
47 void (*add_if)(struct brcmf_if *ifp);
48 void (*del_if)(struct brcmf_if *ifp);
49 void (*reset_if)(struct brcmf_if *ifp);
61 struct brcmf_if **ifp) in brcmf_proto_hdrpull()
63 struct brcmf_if *tmp = NULL; in brcmf_proto_hdrpull()
123 brcmf_proto_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_proto_rxreorder()
129 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_add_if()
137 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *ifp) in brcmf_proto_del_if()
[all …]
Dfwil.c107 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) in brcmf_fil_cmd_data()
140 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_set()
157 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_get()
175 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set()
189 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get()
225 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, char *name, const void *data, in brcmf_fil_iovar_data_set()
253 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data, in brcmf_fil_iovar_data_get()
283 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data) in brcmf_fil_iovar_int_set()
291 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data) in brcmf_fil_iovar_int_get()
348 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, in brcmf_fil_bsscfg_data_set()
[all …]
Dp2p.h158 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked);
167 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp,
170 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp);
171 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp,
174 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *ifp,
182 s32 brcmf_p2p_notify_rx_mgmt_p2p_probereq(struct brcmf_if *ifp,
Dcore.c46 char *brcmf_ifname(struct brcmf_if *ifp) in brcmf_ifname()
57 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx) in brcmf_get_ifp()
59 struct brcmf_if *ifp; in brcmf_get_ifp()
75 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable) in brcmf_configure_arp_nd_offload()
114 struct brcmf_if *ifp; in _brcmf_set_multicast_list()
123 ifp = container_of(work, struct brcmf_if, multicast_work); in _brcmf_set_multicast_list()
181 struct brcmf_if *ifp; in _brcmf_update_ndtable()
184 ifp = container_of(work, struct brcmf_if, ndoffload_work); in _brcmf_update_ndtable()
209 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_mac_address()
229 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_multicast_list()
[all …]
Dcfg80211.h192 struct brcmf_if *ifp;
227 struct brcmf_if *ifp;
228 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp,
385 struct brcmf_if *ifp = netdev_priv(nd); in ndev_to_prof()
391 struct brcmf_if *ifp = netdev_priv(ndev); in ndev_to_vif()
408 enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp);
427 struct brcmf_if *ifp, bool aborted,
429 void brcmf_set_mpc(struct brcmf_if *ndev, int mpc);
Dfeature.c139 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp, in brcmf_feat_iovar_int_get()
160 static void brcmf_feat_iovar_data_set(struct brcmf_if *ifp, in brcmf_feat_iovar_data_set()
182 static void brcmf_feat_firmware_capabilities(struct brcmf_if *ifp) in brcmf_feat_firmware_capabilities()
215 struct brcmf_if *ifp = brcmf_get_ifp(bus_if->drvr, 0); in brcmf_feat_fwcap_debugfs_read()
243 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_attach()
314 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled()
319 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
Dbtcoex.c113 static s32 brcmf_btcoex_params_write(struct brcmf_if *ifp, u32 addr, u32 data) in brcmf_btcoex_params_write()
132 static s32 brcmf_btcoex_params_read(struct brcmf_if *ifp, u32 addr, u32 *data) in brcmf_btcoex_params_read()
152 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi()
206 static bool brcmf_btcoex_is_sco_active(struct brcmf_if *ifp) in brcmf_btcoex_is_sco_active()
245 struct brcmf_if *ifp = btci->vif->ifp; in btcmf_btcoex_save_part1()
265 struct brcmf_if *ifp; in brcmf_btcoex_restore_part1()
421 struct brcmf_if *ifp = btci->vif->ifp; in brcmf_btcoex_dhcp_start()
467 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode()
Dfweh.h28 struct brcmf_if;
297 typedef int (*brcmf_fweh_handler_t)(struct brcmf_if *ifp,
315 int (*evt_handler[BRCMF_E_LAST])(struct brcmf_if *ifp,
325 int (*handler)(struct brcmf_if *ifp,
330 int brcmf_fweh_activate_events(struct brcmf_if *ifp);
334 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing);
Dbcdc.c291 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull()
294 struct brcmf_if *tmp_if; in brcmf_proto_bcdc_hdrpull()
345 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data()
378 struct brcmf_if *ifp; in brcmf_proto_bcdc_txcomplete()
410 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, in brcmf_proto_bcdc_rxreorder()
417 brcmf_proto_bcdc_add_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_add_if()
423 brcmf_proto_bcdc_del_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_del_if()
429 brcmf_proto_bcdc_reset_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_reset_if()
Dpno.c100 static int brcmf_pno_channel_config(struct brcmf_if *ifp, in brcmf_pno_channel_config()
109 static int brcmf_pno_config(struct brcmf_if *ifp, u32 scan_freq, in brcmf_pno_config()
161 static int brcmf_pno_set_random(struct brcmf_if *ifp, struct brcmf_pno_info *pi) in brcmf_pno_set_random()
202 static int brcmf_pno_add_ssid(struct brcmf_if *ifp, struct cfg80211_ssid *ssid, in brcmf_pno_add_ssid()
225 static int brcmf_pno_add_bssid(struct brcmf_if *ifp, const u8 *bssid) in brcmf_pno_add_bssid()
259 static int brcmf_pno_clean(struct brcmf_if *ifp) in brcmf_pno_clean()
365 static int brcmf_pno_config_networks(struct brcmf_if *ifp, in brcmf_pno_config_networks()
393 static int brcmf_pno_config_sched_scans(struct brcmf_if *ifp) in brcmf_pno_config_sched_scans()
468 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, in brcmf_pno_start_sched_scan()
491 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid) in brcmf_pno_stop_sched_scan()
Dcommon.h67 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp);
75 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp);
Dpno.h33 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp,
42 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid);
Dcfg80211.c458 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key) in send_key_to_dongle()
479 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode()
509 static int brcmf_cfg80211_request_ap_if(struct brcmf_if *ifp) in brcmf_cfg80211_request_ap_if()
544 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_ap_add_vif()
656 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc()
662 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc()
677 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete()
758 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_del_ap_iface()
835 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_change_iface()
999 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan()
[all …]
Dfweh.c105 static int brcmf_fweh_call_event_handler(struct brcmf_if *ifp, in brcmf_fweh_call_event_handler()
139 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event()
225 struct brcmf_if *ifp; in brcmf_fweh_event_worker()
289 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup()
315 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_fweh_detach()
370 int brcmf_fweh_activate_events(struct brcmf_if *ifp) in brcmf_fweh_activate_events()
Dfeature.h111 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id);
121 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp,
Dp2p.c435 static int brcmf_p2p_set_firmware(struct brcmf_if *ifp, u8 *p2p_mac) in brcmf_p2p_set_firmware()
525 static s32 brcmf_p2p_set_discover_state(struct brcmf_if *ifp, u8 state, in brcmf_p2p_set_discover_state()
759 struct brcmf_if *ifp, in brcmf_p2p_run_escan()
996 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_listen_complete()
1029 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp) in brcmf_p2p_cancel_remain_on_channel()
1262 struct brcmf_if *ifp = p2p->bss_idx[P2PAPI_BSSCFG_PRIMARY].vif->ifp; in brcmf_p2p_stop_wait_next_action_frame()
1293 struct brcmf_if *ifp; in brcmf_p2p_gon_req_collision()
1338 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp, in brcmf_p2p_notify_action_frame_rx()
1445 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_action_tx_complete()
1644 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_p2p_send_action_frame()
[all …]
Dcommon.c91 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp) in brcmf_c_set_joinpref_default()
112 static int brcmf_c_download(struct brcmf_if *ifp, u16 flag, in brcmf_c_download()
130 static int brcmf_c_process_clm_blob(struct brcmf_if *ifp) in brcmf_c_process_clm_blob()
202 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp) in brcmf_c_preinit_dcmds()
Dfwsignal.c771 brcmf_fws_macdesc_find(struct brcmf_fws_info *fws, struct brcmf_if *ifp, u8 *da) in brcmf_fws_macdesc_find()
986 struct brcmf_if *ifp = brcmf_get_ifp(fws->drvr, if_id); in brcmf_fws_flow_control_check()
1462 struct brcmf_if *ifp; in brcmf_fws_txs_process()
1586 static int brcmf_fws_notify_credit_map(struct brcmf_if *ifp, in brcmf_fws_notify_credit_map()
1617 static int brcmf_fws_notify_bcmc_credit_support(struct brcmf_if *ifp, in brcmf_fws_notify_bcmc_credit_support()
1655 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *pkt) in brcmf_fws_rxreorder()
1827 void brcmf_fws_hdrpull(struct brcmf_if *ifp, s16 siglen, struct sk_buff *skb) in brcmf_fws_hdrpull()
2093 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_fws_process_skb()
2132 void brcmf_fws_reset_interface(struct brcmf_if *ifp) in brcmf_fws_reset_interface()
2143 void brcmf_fws_add_interface(struct brcmf_if *ifp) in brcmf_fws_add_interface()
[all …]
Dvendor.c35 struct brcmf_if *ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler()
Dflowring.c194 struct brcmf_if *ifp; in brcmf_flowring_block()
241 struct brcmf_if *ifp; in brcmf_flowring_delete()
Dmsgbuf.c527 struct sk_buff *skb, struct brcmf_if **ifp) in brcmf_msgbuf_hdrpull()
532 static void brcmf_msgbuf_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_msgbuf_rxreorder()
1090 struct brcmf_if *ifp; in brcmf_msgbuf_process_event()
1135 struct brcmf_if *ifp; in brcmf_msgbuf_process_rx_complete()