Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dfwil.h84 s32 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data);
85 s32 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data);
89 s32 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data,
91 s32 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data);
92 s32 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data);
94 s32 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, void *data,
96 s32 brcmf_fil_bsscfg_data_get(struct brcmf_if *ifp, char *name, void *data,
98 s32 brcmf_fil_bsscfg_int_set(struct brcmf_if *ifp, char *name, u32 data);
99 s32 brcmf_fil_bsscfg_int_get(struct brcmf_if *ifp, char *name, u32 *data);
100 s32 brcmf_fil_xtlv_data_set(struct brcmf_if *ifp, char *name, u16 id,
[all …]
A Dcore.h112 struct brcmf_if *iflist[BRCMF_MAX_IFS];
114 struct brcmf_if *mon_if;
179 struct brcmf_if { struct
198 int brcmf_netdev_wait_pend8021x(struct brcmf_if *ifp); argument
201 char *brcmf_ifname(struct brcmf_if *ifp);
202 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx);
204 int brcmf_net_attach(struct brcmf_if *ifp, bool locked);
207 void brcmf_remove_interface(struct brcmf_if *ifp, bool locked);
208 void brcmf_txflowblock_if(struct brcmf_if *ifp,
214 int brcmf_net_mon_attach(struct brcmf_if *ifp);
[all …]
A Dproto.h20 struct sk_buff *skb, struct brcmf_if **ifp);
35 void (*rxreorder)(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq);
36 void (*add_if)(struct brcmf_if *ifp);
37 void (*del_if)(struct brcmf_if *ifp);
38 void (*reset_if)(struct brcmf_if *ifp);
50 struct brcmf_if **ifp) in brcmf_proto_hdrpull()
52 struct brcmf_if *tmp = NULL; in brcmf_proto_hdrpull()
112 brcmf_proto_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq) in brcmf_proto_rxreorder()
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 …]
A Dfwsignal.h37 void brcmf_fws_hdrpull(struct brcmf_if *ifp, s16 siglen, struct sk_buff *skb);
38 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb);
40 void brcmf_fws_reset_interface(struct brcmf_if *ifp);
41 void brcmf_fws_add_interface(struct brcmf_if *ifp);
42 void brcmf_fws_del_interface(struct brcmf_if *ifp);
45 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, bool inirq);
A Dfwil.c166 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set()
180 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get()
244 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data, in brcmf_fil_iovar_data_get()
275 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data) in brcmf_fil_iovar_int_set()
283 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data) in brcmf_fil_iovar_int_get()
340 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, in brcmf_fil_bsscfg_data_set()
369 brcmf_fil_bsscfg_data_get(struct brcmf_if *ifp, char *name, in brcmf_fil_bsscfg_data_get()
399 brcmf_fil_bsscfg_int_set(struct brcmf_if *ifp, char *name, u32 data) in brcmf_fil_bsscfg_int_set()
408 brcmf_fil_bsscfg_int_get(struct brcmf_if *ifp, char *name, u32 *data) in brcmf_fil_bsscfg_int_get()
441 s32 brcmf_fil_xtlv_data_set(struct brcmf_if *ifp, char *name, u16 id, in brcmf_fil_xtlv_data_set()
[all …]
A Dcore.c78 struct brcmf_if *ifp; in brcmf_get_ifp()
133 struct brcmf_if *ifp = container_of(work, struct brcmf_if, in _brcmf_set_multicast_list()
205 struct brcmf_if *ifp = container_of(work, struct brcmf_if, in _brcmf_update_ndtable()
508 struct brcmf_if *ifp; in brcmf_rx_frame()
533 struct brcmf_if *ifp; in brcmf_rx_event()
853 struct brcmf_if *ifp; in brcmf_add_if()
919 struct brcmf_if *ifp; in brcmf_del_if()
1002 struct brcmf_if *ifp; in brcmf_inetaddr_changed()
1092 struct brcmf_if *ifp; in brcmf_inet6addr_changed()
1202 struct brcmf_if *ifp; in brcmf_bus_started()
[all …]
A Dp2p.h152 void brcmf_p2p_ifp_removed(struct brcmf_if *ifp, bool rtnl_locked);
161 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp,
164 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp);
165 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp,
168 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *ifp,
176 s32 brcmf_p2p_notify_rx_mgmt_p2p_probereq(struct brcmf_if *ifp,
A Dcfg80211.h221 struct brcmf_if *ifp;
265 struct brcmf_if *ifp;
266 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp,
423 struct brcmf_if *ifp = netdev_priv(nd); in ndev_to_prof()
429 struct brcmf_if *ifp = netdev_priv(ndev); in ndev_to_vif()
446 enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp);
465 struct brcmf_if *ifp, bool aborted,
467 void brcmf_set_mpc(struct brcmf_if *ndev, int mpc);
A Dbtcoex.c103 static s32 brcmf_btcoex_params_write(struct brcmf_if *ifp, u32 addr, u32 data) in brcmf_btcoex_params_write()
122 static s32 brcmf_btcoex_params_read(struct brcmf_if *ifp, u32 addr, u32 *data) in brcmf_btcoex_params_read()
142 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi()
196 static bool brcmf_btcoex_is_sco_active(struct brcmf_if *ifp) in brcmf_btcoex_is_sco_active()
235 struct brcmf_if *ifp = btci->vif->ifp; in btcmf_btcoex_save_part1()
255 struct brcmf_if *ifp; in brcmf_btcoex_restore_part1()
411 struct brcmf_if *ifp = btci->vif->ifp; in brcmf_btcoex_dhcp_start()
456 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode()
A Dfeature.c136 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp, in brcmf_feat_iovar_int_get()
157 static void brcmf_feat_iovar_data_set(struct brcmf_if *ifp, in brcmf_feat_iovar_data_set()
179 static void brcmf_feat_firmware_capabilities(struct brcmf_if *ifp) in brcmf_feat_firmware_capabilities()
214 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_fwcap_debugfs_read()
242 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0); in brcmf_feat_attach()
320 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled()
325 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
A Dfweh.h17 struct brcmf_if;
286 typedef int (*brcmf_fweh_handler_t)(struct brcmf_if *ifp,
304 int (*evt_handler[BRCMF_E_LAST])(struct brcmf_if *ifp,
314 int (*handler)(struct brcmf_if *ifp,
319 int brcmf_fweh_activate_events(struct brcmf_if *ifp);
323 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing);
A Dbcdc.c280 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull()
283 struct brcmf_if *tmp_if; in brcmf_proto_bcdc_hdrpull()
334 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx); in brcmf_proto_bcdc_tx_queue_data()
367 struct brcmf_if *ifp; in brcmf_proto_bcdc_txcomplete()
399 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp, in brcmf_proto_bcdc_rxreorder()
406 brcmf_proto_bcdc_add_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_add_if()
412 brcmf_proto_bcdc_del_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_del_if()
418 brcmf_proto_bcdc_reset_if(struct brcmf_if *ifp) in brcmf_proto_bcdc_reset_if()
A Dpno.c93 static int brcmf_pno_channel_config(struct brcmf_if *ifp, in brcmf_pno_channel_config()
102 static int brcmf_pno_config(struct brcmf_if *ifp, u32 scan_freq, in brcmf_pno_config()
155 static int brcmf_pno_set_random(struct brcmf_if *ifp, struct brcmf_pno_info *pi) in brcmf_pno_set_random()
197 static int brcmf_pno_add_ssid(struct brcmf_if *ifp, struct cfg80211_ssid *ssid, in brcmf_pno_add_ssid()
221 static int brcmf_pno_add_bssid(struct brcmf_if *ifp, const u8 *bssid) in brcmf_pno_add_bssid()
256 static int brcmf_pno_clean(struct brcmf_if *ifp) in brcmf_pno_clean()
363 static int brcmf_pno_config_networks(struct brcmf_if *ifp, in brcmf_pno_config_networks()
391 static int brcmf_pno_config_sched_scans(struct brcmf_if *ifp) in brcmf_pno_config_sched_scans()
467 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, in brcmf_pno_start_sched_scan()
490 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid) in brcmf_pno_stop_sched_scan()
A Dcfg80211.c493 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode()
639 struct brcmf_if *ifp; in brcmf_mon_add_vif()
4441 struct brcmf_if *ifp; in brcmf_vif_set_mgmt_ie()
5220 struct brcmf_if *ifp; in brcmf_cfg80211_set_cqm_rssi_range_config()
5423 struct brcmf_if *ifp; in brcmf_cfg80211_tdls_oper()
5453 struct brcmf_if *ifp; in brcmf_cfg80211_update_conn_params()
5500 struct brcmf_if *ifp; in brcmf_cfg80211_set_pmk()
5518 struct brcmf_if *ifp; in brcmf_cfg80211_del_pmk()
5634 struct brcmf_if *ifp; in brcmf_cfg80211_free_netdev()
7293 struct brcmf_if *ifp; in brcmf_config_dongle()
[all …]
A Dpno.h22 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp,
31 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid);
A Dp2p.c773 struct brcmf_if *ifp, in brcmf_p2p_run_escan()
1340 struct brcmf_if *ifp; in brcmf_p2p_gon_req_collision()
1723 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_p2p_send_action_frame()
2009 struct brcmf_if *ifp; in brcmf_p2p_get_current_chanspec()
2102 struct brcmf_if *ifp, u8 ea[ETH_ALEN], in brcmf_p2p_request_p2p_if()
2127 struct brcmf_if *ifp = netdev_priv(pri_ndev); in brcmf_p2p_disable_p2p_if()
2137 struct brcmf_if *ifp = netdev_priv(pri_ndev); in brcmf_p2p_release_p2p_if()
2156 struct brcmf_if *p2p_ifp; in brcmf_p2p_create_p2pdev()
2157 struct brcmf_if *pri_ifp; in brcmf_p2p_create_p2pdev()
2235 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_p2p_get_conn_idx()
[all …]
A Dcommon.h58 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp);
66 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp);
A Dfweh.c96 struct brcmf_if *ifp, in brcmf_fweh_call_event_handler()
130 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event()
216 struct brcmf_if *ifp; in brcmf_fweh_event_worker()
280 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup()
354 int brcmf_fweh_activate_events(struct brcmf_if *ifp) in brcmf_fweh_activate_events()
A Dfeature.h110 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id);
120 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp,
A Dcommon.c80 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp) in brcmf_c_set_joinpref_default()
102 static int brcmf_c_download(struct brcmf_if *ifp, u16 flag, in brcmf_c_download()
120 static int brcmf_c_process_clm_blob(struct brcmf_if *ifp) in brcmf_c_process_clm_blob()
193 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp) in brcmf_c_preinit_dcmds()
A Dfwsignal.c962 struct brcmf_if *ifp = brcmf_get_ifp(fws->drvr, if_id); in brcmf_fws_flow_control_check()
1447 struct brcmf_if *ifp; in brcmf_fws_txs_process()
1595 static int brcmf_fws_notify_credit_map(struct brcmf_if *ifp, in brcmf_fws_notify_credit_map()
1629 static int brcmf_fws_notify_bcmc_credit_support(struct brcmf_if *ifp, in brcmf_fws_notify_bcmc_credit_support()
1840 void brcmf_fws_hdrpull(struct brcmf_if *ifp, s16 siglen, struct sk_buff *skb) in brcmf_fws_hdrpull()
2113 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_fws_process_skb()
2154 void brcmf_fws_reset_interface(struct brcmf_if *ifp) in brcmf_fws_reset_interface()
2165 void brcmf_fws_add_interface(struct brcmf_if *ifp) in brcmf_fws_add_interface()
2182 void brcmf_fws_del_interface(struct brcmf_if *ifp) in brcmf_fws_del_interface()
2345 struct brcmf_if *ifp; in brcmf_fws_attach()
[all …]
A Dvendor.c24 struct brcmf_if *ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler()
A Dflowring.c184 struct brcmf_if *ifp; in brcmf_flowring_block()
231 struct brcmf_if *ifp; in brcmf_flowring_delete()
A Dmsgbuf.c534 struct sk_buff *skb, struct brcmf_if **ifp) in brcmf_msgbuf_hdrpull()
539 static void brcmf_msgbuf_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb, in brcmf_msgbuf_rxreorder()
1103 struct brcmf_if *ifp; in brcmf_msgbuf_process_event()
1149 struct brcmf_if *ifp; in brcmf_msgbuf_process_rx_complete()

Completed in 72 milliseconds