/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.h | 122 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 …]
|
D | fwil.h | 90 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 …]
|
D | fwsignal.h | 26 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);
|
D | proto.h | 31 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 …]
|
D | fwil.c | 107 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 …]
|
D | p2p.h | 158 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,
|
D | core.c | 46 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 …]
|
D | cfg80211.h | 192 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);
|
D | feature.c | 139 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()
|
D | btcoex.c | 113 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()
|
D | fweh.h | 28 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);
|
D | bcdc.c | 291 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()
|
D | pno.c | 100 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()
|
D | common.h | 67 void brcmf_c_set_joinpref_default(struct brcmf_if *ifp); 75 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp);
|
D | pno.h | 33 int brcmf_pno_start_sched_scan(struct brcmf_if *ifp, 42 int brcmf_pno_stop_sched_scan(struct brcmf_if *ifp, u64 reqid);
|
D | cfg80211.c | 458 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 …]
|
D | fweh.c | 105 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()
|
D | feature.h | 111 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,
|
D | p2p.c | 435 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 …]
|
D | common.c | 91 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()
|
D | fwsignal.c | 771 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 …]
|
D | vendor.c | 35 struct brcmf_if *ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler()
|
D | flowring.c | 194 struct brcmf_if *ifp; in brcmf_flowring_block() 241 struct brcmf_if *ifp; in brcmf_flowring_delete()
|
D | msgbuf.c | 527 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()
|