/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwil.h | 86 s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len); 87 s32 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len); 88 s32 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data); 89 s32 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data); 91 s32 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, char *name, const void *data, 93 s32 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data, 95 s32 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data); 96 s32 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data); 98 s32 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, void *data, 100 s32 brcmf_fil_bsscfg_data_get(struct brcmf_if *ifp, char *name, void *data, [all …]
|
D | core.h | 121 struct brcmf_if *iflist[BRCMF_MAX_IFS]; 177 struct brcmf_if { struct 198 int brcmf_netdev_wait_pend8021x(struct brcmf_if *ifp); argument 203 int brcmf_net_attach(struct brcmf_if *ifp, bool rtnl_locked); 204 struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bssidx, s32 ifidx, 208 void brcmf_txflowblock_if(struct brcmf_if *ifp, 212 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb); 215 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp);
|
D | fwsignal.h | 26 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb); 28 void brcmf_fws_reset_interface(struct brcmf_if *ifp); 29 void brcmf_fws_add_interface(struct brcmf_if *ifp); 30 void brcmf_fws_del_interface(struct brcmf_if *ifp);
|
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() 133 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_set() 150 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_get() 168 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set() 182 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get() 218 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, char *name, const void *data, in brcmf_fil_iovar_data_set() 246 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, char *name, void *data, in brcmf_fil_iovar_data_get() 276 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, char *name, u32 data) in brcmf_fil_iovar_int_set() 284 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, char *name, u32 *data) in brcmf_fil_iovar_int_get() 341 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, char *name, in brcmf_fil_bsscfg_data_set() [all …]
|
D | p2p.h | 166 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp, 169 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp); 170 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp, 173 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *ifp, 181 s32 brcmf_p2p_notify_rx_mgmt_p2p_probereq(struct brcmf_if *ifp,
|
D | feature.c | 84 static void brcmf_feat_iovar_int_get(struct brcmf_if *ifp, in brcmf_feat_iovar_int_get() 107 static void brcmf_feat_iovar_int_set(struct brcmf_if *ifp, in brcmf_feat_iovar_int_set() 124 struct brcmf_if *ifp = drvr->iflist[0]; in brcmf_feat_attach() 148 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id) in brcmf_feat_is_enabled() 153 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp, in brcmf_feat_is_quirk_enabled()
|
D | core.c | 88 struct brcmf_if *ifp; in _brcmf_set_multicast_list() 97 ifp = container_of(work, struct brcmf_if, multicast_work); in _brcmf_set_multicast_list() 154 struct brcmf_if *ifp; in _brcmf_set_mac_address() 157 ifp = container_of(work, struct brcmf_if, setmacaddr_work); in _brcmf_set_mac_address() 174 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_mac_address() 184 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_set_multicast_list() 193 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_netdev_start_xmit() 258 void brcmf_txflowblock_if(struct brcmf_if *ifp, in brcmf_txflowblock_if() 292 void brcmf_netif_rx(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_netif_rx() 346 static void brcmf_rxreorder_process_info(struct brcmf_if *ifp, u8 *reorder_data, in brcmf_rxreorder_process_info() [all …]
|
D | cfg80211.h | 193 struct brcmf_if *ifp; 236 struct brcmf_if *ifp; 237 s32 (*run)(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, 455 struct brcmf_if *ifp = netdev_priv(nd); in ndev_to_prof() 461 struct brcmf_if *ifp = netdev_priv(ndev); in ndev_to_vif() 476 enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp); 498 struct brcmf_if *ifp, bool aborted, 500 void brcmf_set_mpc(struct brcmf_if *ndev, int mpc);
|
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 = btci->cfg->pub->iflist[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() 425 struct brcmf_if *ifp = btci->vif->ifp; in brcmf_btcoex_dhcp_start() 471 struct brcmf_if *ifp = cfg->pub->iflist[0]; in brcmf_btcoex_set_mode()
|
D | fweh.h | 28 struct brcmf_if; 224 typedef int (*brcmf_fweh_handler_t)(struct brcmf_if *ifp, 240 int (*evt_handler[BRCMF_E_LAST])(struct brcmf_if *ifp, 248 int (*handler)(struct brcmf_if *ifp, 253 int brcmf_fweh_activate_events(struct brcmf_if *ifp);
|
D | feature.h | 75 bool brcmf_feat_is_enabled(struct brcmf_if *ifp, enum brcmf_feat_id id); 85 bool brcmf_feat_is_quirk_enabled(struct brcmf_if *ifp,
|
D | cfg80211.c | 456 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key) in send_key_to_dongle() 474 brcmf_configure_arp_offload(struct brcmf_if *ifp, bool enable) in brcmf_configure_arp_offload() 509 struct brcmf_if *ifp; in brcmf_cfg80211_update_proto_addr_mode() 524 static int brcmf_cfg80211_request_ap_if(struct brcmf_if *ifp) in brcmf_cfg80211_request_ap_if() 560 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg)); in brcmf_ap_add_vif() 662 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc() 668 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc() 683 struct brcmf_if *ifp, bool aborted, in brcmf_notify_escan_complete() 788 struct brcmf_if *ifp = netdev_priv(ndev); in brcmf_cfg80211_change_iface() 940 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan() [all …]
|
D | p2p.c | 433 static int brcmf_p2p_set_firmware(struct brcmf_if *ifp, u8 *p2p_mac) in brcmf_p2p_set_firmware() 468 struct brcmf_if *pri_ifp = p2p->bss_idx[P2PAPI_BSSCFG_PRIMARY].vif->ifp; in brcmf_p2p_generate_bss_mac() 525 static s32 brcmf_p2p_set_discover_state(struct brcmf_if *ifp, u8 state, in brcmf_p2p_set_discover_state() 767 struct brcmf_if *ifp, in brcmf_p2p_run_escan() 1007 int brcmf_p2p_notify_listen_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_listen_complete() 1040 void brcmf_p2p_cancel_remain_on_channel(struct brcmf_if *ifp) in brcmf_p2p_cancel_remain_on_channel() 1274 struct brcmf_if *ifp = cfg->escan_info.ifp; in brcmf_p2p_stop_wait_next_action_frame() 1305 struct brcmf_if *ifp; in brcmf_p2p_gon_req_collision() 1350 int brcmf_p2p_notify_action_frame_rx(struct brcmf_if *ifp, in brcmf_p2p_notify_action_frame_rx() 1452 int brcmf_p2p_notify_action_tx_complete(struct brcmf_if *ifp, in brcmf_p2p_notify_action_tx_complete() [all …]
|
D | fweh.c | 147 static int brcmf_fweh_call_event_handler(struct brcmf_if *ifp, in brcmf_fweh_call_event_handler() 181 struct brcmf_if *ifp; in brcmf_fweh_handle_if_event() 258 struct brcmf_if *ifp; in brcmf_fweh_event_worker() 338 struct brcmf_if *ifp = drvr->iflist[0]; in brcmf_fweh_detach() 393 int brcmf_fweh_activate_events(struct brcmf_if *ifp) in brcmf_fweh_activate_events()
|
D | vendor.c | 35 struct brcmf_if *ifp; in brcmf_cfg80211_vndr_cmds_dcmd_handler()
|
D | fwsignal.c | 760 brcmf_fws_macdesc_find(struct brcmf_fws_info *fws, struct brcmf_if *ifp, u8 *da) in brcmf_fws_macdesc_find() 975 struct brcmf_if *ifp = fws->drvr->iflist[!if_id ? 0 : if_id + 1]; in brcmf_fws_flow_control_check() 1574 static int brcmf_fws_notify_credit_map(struct brcmf_if *ifp, in brcmf_fws_notify_credit_map() 1605 static int brcmf_fws_notify_bcmc_credit_support(struct brcmf_if *ifp, in brcmf_fws_notify_bcmc_credit_support() 1887 int brcmf_fws_process_skb(struct brcmf_if *ifp, struct sk_buff *skb) in brcmf_fws_process_skb() 1939 void brcmf_fws_reset_interface(struct brcmf_if *ifp) in brcmf_fws_reset_interface() 1950 void brcmf_fws_add_interface(struct brcmf_if *ifp) in brcmf_fws_add_interface() 1967 void brcmf_fws_del_interface(struct brcmf_if *ifp) in brcmf_fws_del_interface()
|
D | common.c | 39 int brcmf_c_preinit_dcmds(struct brcmf_if *ifp) in brcmf_c_preinit_dcmds()
|
D | flowring.c | 188 struct brcmf_if *ifp; in brcmf_flowring_block()
|
D | msgbuf.c | 1088 struct brcmf_if *ifp; in brcmf_msgbuf_rx_skb()
|