Searched refs:brcmf_if (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H 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);
46 void brcmf_fws_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb);
H A Dfwvid.h12 struct brcmf_if;
15 void (*feat_attach)(struct brcmf_if *ifp);
16 int (*set_sae_password)(struct brcmf_if *ifp, struct cfg80211_crypto_settings *crypto);
30 static inline void brcmf_fwvid_feat_attach(struct brcmf_if *ifp)
40 static inline int brcmf_fwvid_set_sae_password(struct brcmf_if *ifp,
H A Dcore.h118 struct brcmf_if *iflist[BRCMF_MAX_IFS];
120 struct brcmf_if *mon_if;
171 * struct brcmf_if - interface control information.
188 struct brcmf_if { struct
207 int brcmf_netdev_wait_pend8021x(struct brcmf_if *ifp);
210 char *brcmf_ifname(struct brcmf_if *ifp);
211 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx);
212 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable);
213 int brcmf_net_attach(struct brcmf_if *ifp, bool locked);
214 struct brcmf_if *brcmf_add_i
[all...]
H 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);
H A Dfwil.h82 s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
83 s32 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
85 s32 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data)
96 s32 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data)
109 s32 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, const char *name,
111 s32 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, const char *name, void *data,
114 s32 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, const char *name, u32 data)
121 s32 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, const char *name, u32 *data)
133 s32 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, const char *name,
135 s32 brcmf_fil_bsscfg_data_get(struct brcmf_if *if
[all...]
H A Dproto.h20 struct sk_buff *skb, struct brcmf_if **ifp);
35 void (*rxreorder)(struct brcmf_if *ifp, struct sk_buff *skb);
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)
52 struct brcmf_if *tmp = NULL;
112 brcmf_proto_rxreorder(struct brcmf_if *ifp, struct sk_buff *skb)
118 brcmf_proto_add_if(struct brcmf_pub *drvr, struct brcmf_if *ifp)
126 brcmf_proto_del_if(struct brcmf_pub *drvr, struct brcmf_if *if
[all...]
H 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,
H A Dcommon.h64 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp);
72 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp);
73 int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr);
H 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);
429 struct brcmf_if *ifp = netdev_priv(ndev);
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);
471 int brcmf_set_wsec(struct brcmf_if *ifp, const u8 *key, u16 key_len, u16 flags);
H A Dfeature.h116 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id);
126 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp,
H A Dcore.c67 char *brcmf_ifname(struct brcmf_if *ifp)
78 struct brcmf_if *brcmf_get_ifp(struct brcmf_pub *drvr, int ifidx)
80 struct brcmf_if *ifp;
96 void brcmf_configure_arp_nd_offload(struct brcmf_if *ifp, bool enable)
135 struct brcmf_if *ifp = container_of(work, struct brcmf_if,
207 struct brcmf_if *ifp = container_of(work, struct brcmf_if,
235 struct brcmf_if *ifp = netdev_priv(ndev);
252 struct brcmf_if *if
[all...]
H A Dbtcoex.c103 static s32 brcmf_btcoex_params_write(struct brcmf_if *ifp, u32 addr, u32 data)
122 static s32 brcmf_btcoex_params_read(struct brcmf_if *ifp, u32 addr, u32 *data)
142 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0);
196 static bool brcmf_btcoex_is_sco_active(struct brcmf_if *ifp)
235 struct brcmf_if *ifp = btci->vif->ifp;
255 struct brcmf_if *ifp;
411 struct brcmf_if *ifp = btci->vif->ifp;
456 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0);
H A Dfeature.c143 struct brcmf_if *ifp = brcmf_get_ifp(drv, 0);
184 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp,
205 static void brcmf_feat_iovar_data_set(struct brcmf_if *ifp,
227 static void brcmf_feat_firmware_capabilities(struct brcmf_if *ifp)
262 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0);
290 struct brcmf_if *ifp = brcmf_get_ifp(drvr, 0);
375 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id)
380 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp,
H A Dfwil.c97 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set)
130 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len)
148 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len)
188 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, const char *name, const void *data,
217 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, const char *name, void *data,
294 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, const char *name,
324 brcmf_fil_bsscfg_data_get(struct brcmf_if *ifp, const char *name,
375 s32 brcmf_fil_xtlv_data_set(struct brcmf_if *ifp, const char *name, u16 id,
404 s32 brcmf_fil_xtlv_data_get(struct brcmf_if *ifp, const char *name, u16 id,
H A Dfweh.h17 struct brcmf_if;
283 typedef int (*brcmf_fweh_handler_t)(struct brcmf_if *ifp,
350 int (*handler)(struct brcmf_if *ifp,
355 int brcmf_fweh_activate_events(struct brcmf_if *ifp);
359 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing);
H A Dbcdc.c282 struct sk_buff *pktbuf, struct brcmf_if **ifp)
285 struct brcmf_if *tmp_if;
336 struct brcmf_if *ifp = brcmf_get_ifp(drvr, ifidx);
369 struct brcmf_if *ifp;
400 static void brcmf_proto_bcdc_rxreorder(struct brcmf_if *ifp,
407 brcmf_proto_bcdc_add_if(struct brcmf_if *ifp)
413 brcmf_proto_bcdc_del_if(struct brcmf_if *ifp)
419 brcmf_proto_bcdc_reset_if(struct brcmf_if *ifp)
H A Dpno.c93 static int brcmf_pno_channel_config(struct brcmf_if *ifp,
102 static int brcmf_pno_config(struct brcmf_if *ifp, u32 scan_freq,
155 static int brcmf_pno_set_random(struct brcmf_if *ifp, struct brcmf_pno_info *pi)
197 static int brcmf_pno_add_ssid(struct brcmf_if *ifp, struct cfg80211_ssid *ssid,
221 static int brcmf_pno_add_bssid(struct brcmf_if *ifp, const u8 *bssid)
256 static int brcmf_pno_clean(struct brcmf_if *ifp)
363 static int brcmf_pno_config_networks(struct brcmf_if *ifp,
391 static int brcmf_pno_config_sched_scans(struct brcmf_if *ifp)
467 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp,
490 int brcmf_pno_stop_sched_scan(struct brcmf_if *if
[all...]
H A Dcommon.c80 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp)
102 static int brcmf_c_download(struct brcmf_if *ifp, u16 flag,
120 static int brcmf_c_download_blob(struct brcmf_if *ifp,
178 static int brcmf_c_process_clm_blob(struct brcmf_if *ifp)
201 static int brcmf_c_process_txcap_blob(struct brcmf_if *ifp)
224 int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr)
249 static int brcmf_c_process_cal_blob(struct brcmf_if *ifp)
266 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp)
H A Dp2p.c429 static int brcmf_p2p_set_firmware(struct brcmf_if *ifp, u8 *p2p_mac)
465 struct brcmf_if *pri_ifp = p2p->bss_idx[P2PAPI_BSSCFG_PRIMARY].vif->ifp;
538 static s32 brcmf_p2p_set_discover_state(struct brcmf_if *ifp, u8 state,
773 struct brcmf_if *ifp,
1011 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp,
1044 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp)
1302 struct brcmf_if *ifp = p2p->bss_idx[P2PAPI_BSSCFG_PRIMARY].vif->ifp;
1340 struct brcmf_if *ifp;
1385 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp,
1493 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *if
[all...]
H A Dfweh.c97 struct brcmf_if *ifp,
131 struct brcmf_if *ifp;
256 struct brcmf_if *ifp;
328 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing)
431 int brcmf_fweh_activate_events(struct brcmf_if *ifp)
H A Dcfg80211.c548 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key)
570 struct brcmf_if *ifp;
600 static void brcmf_set_vif_sta_macaddr(struct brcmf_if *ifp, u8 *mac_addr)
613 static int brcmf_cfg80211_request_sta_if(struct brcmf_if *ifp, u8 *macaddr)
707 static int brcmf_cfg80211_request_ap_if(struct brcmf_if *ifp)
824 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg));
910 struct brcmf_if *ifp;
1022 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc)
1028 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc)
1166 struct brcmf_if *if
[all...]
H A Dvendor.c24 struct brcmf_if *ifp;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/
H A Dcore.c16 static int brcmf_wcc_set_sae_pwd(struct brcmf_if *ifp,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/
H A Dcore.c16 static void brcmf_bca_feat_attach(struct brcmf_if *ifp)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/
H A Dcore.c16 static int brcmf_cyw_set_sae_pwd(struct brcmf_if *ifp,

Completed in 177 milliseconds

12