Home
last modified time | relevance | path

Searched defs:vif (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dnetdev.c28 struct wilc_vif *vif = netdev_priv(dev); in isr_uh_routine() local
41 struct wilc_vif *vif = netdev_priv(userdata); in isr_bh_routine() local
56 struct wilc_vif *vif = netdev_priv(dev); in init_irq() local
75 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq() local
99 struct wilc_vif *vif; in get_if_handler() local
120 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid() local
134 struct wilc_vif *vif; in wilc_wlan_get_num_conn_ifcs() local
183 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware() local
208 struct wilc_vif *vif = netdev_priv(dev); in wilc_start_firmware() local
225 struct wilc_vif *vif = netdev_priv(dev); in wilc1000_firmware_download() local
[all …]
Dhif.c41 struct wilc_vif *vif; member
50 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), in wilc_alloc_work()
87 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx()
100 struct wilc_vif *vif; in wilc_get_vif_from_idx() local
113 static int handle_scan_done(struct wilc_vif *vif, enum scan_event evt) in handle_scan_done()
149 int wilc_scan(struct wilc_vif *vif, u8 scan_source, u8 scan_type, in wilc_scan()
266 static int wilc_send_connect_wid(struct wilc_vif *vif) in wilc_send_connect_wid()
320 struct wilc_vif *vif = msg->vif; in handle_connect_timeout() local
540 static void host_int_get_assoc_res_info(struct wilc_vif *vif, in host_int_get_assoc_res_info()
585 static inline void host_int_parse_assoc_resp_info(struct wilc_vif *vif, in host_int_parse_assoc_resp_info()
[all …]
/kernel/linux/linux-4.19/drivers/staging/wilc1000/
Dlinux_wlan.c25 struct wilc_vif *vif; in dev_state_ev_handler() local
102 struct wilc_vif *vif = netdev_priv(dev); in isr_uh_routine() local
115 struct wilc_vif *vif = netdev_priv(userdata); in isr_bh_routine() local
131 struct wilc_vif *vif = netdev_priv(dev); in init_irq() local
157 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq() local
202 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid() local
228 struct wilc_vif *vif = netdev_priv(dev); in linux_wlan_txq_task() local
257 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware() local
289 struct wilc_vif *vif = netdev_priv(dev); in linux_wlan_start_firmware() local
306 struct wilc_vif *vif = netdev_priv(dev); in wilc1000_firmware_download() local
[all …]
Dhost_interface.c152 struct wilc_vif *vif; member
209 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), in wilc_alloc_work()
242 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx()
265 struct wilc_vif *vif = msg->vif; in handle_set_channel() local
286 struct wilc_vif *vif = msg->vif; in handle_set_wfi_drv_handler() local
333 struct wilc_vif *vif = msg->vif; in handle_set_operation_mode() local
358 struct wilc_vif *vif = msg->vif; in handle_set_ip_address() local
388 struct wilc_vif *vif = msg->vif; in handle_get_ip_address() local
416 struct wilc_vif *vif = msg->vif; in handle_get_mac_address() local
438 struct wilc_vif *vif = msg->vif; in handle_cfg_param() local
[all …]
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dhash.c35 static void xenvif_add_hash(struct xenvif *vif, const u8 *tag, in xenvif_add_hash()
81 static u32 xenvif_new_hash(struct xenvif *vif, const u8 *data, in xenvif_new_hash()
96 static void xenvif_flush_hash(struct xenvif *vif) in xenvif_flush_hash()
116 static u32 xenvif_find_hash(struct xenvif *vif, const u8 *data, in xenvif_find_hash()
151 void xenvif_set_skb_hash(struct xenvif *vif, struct sk_buff *skb) in xenvif_set_skb_hash()
246 u32 xenvif_set_hash_alg(struct xenvif *vif, u32 alg) in xenvif_set_hash_alg()
262 u32 xenvif_get_hash_flags(struct xenvif *vif, u32 *flags) in xenvif_get_hash_flags()
275 u32 xenvif_set_hash_flags(struct xenvif *vif, u32 flags) in xenvif_set_hash_flags()
291 u32 xenvif_set_hash_key(struct xenvif *vif, u32 gref, u32 len) in xenvif_set_hash_key()
323 u32 xenvif_set_hash_mapping_size(struct xenvif *vif, u32 size) in xenvif_set_hash_mapping_size()
[all …]
Dinterface.c73 int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
198 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local
224 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local
287 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local
318 static void xenvif_up(struct xenvif *vif) in xenvif_up()
334 static void xenvif_down(struct xenvif *vif) in xenvif_down()
352 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local
361 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local
370 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local
382 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local
[all …]
/kernel/linux/linux-4.19/drivers/net/xen-netback/
Dhash.c35 static void xenvif_add_hash(struct xenvif *vif, const u8 *tag, in xenvif_add_hash()
80 static u32 xenvif_new_hash(struct xenvif *vif, const u8 *data, in xenvif_new_hash()
95 static void xenvif_flush_hash(struct xenvif *vif) in xenvif_flush_hash()
114 static u32 xenvif_find_hash(struct xenvif *vif, const u8 *data, in xenvif_find_hash()
149 void xenvif_set_skb_hash(struct xenvif *vif, struct sk_buff *skb) in xenvif_set_skb_hash()
244 u32 xenvif_set_hash_alg(struct xenvif *vif, u32 alg) in xenvif_set_hash_alg()
260 u32 xenvif_get_hash_flags(struct xenvif *vif, u32 *flags) in xenvif_get_hash_flags()
273 u32 xenvif_set_hash_flags(struct xenvif *vif, u32 flags) in xenvif_set_hash_flags()
289 u32 xenvif_set_hash_key(struct xenvif *vif, u32 gref, u32 len) in xenvif_set_hash_key()
321 u32 xenvif_set_hash_mapping_size(struct xenvif *vif, u32 size) in xenvif_set_hash_mapping_size()
[all …]
Dinterface.c73 int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
197 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local
222 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local
283 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local
314 static void xenvif_up(struct xenvif *vif) in xenvif_up()
330 static void xenvif_down(struct xenvif *vif) in xenvif_down()
348 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local
357 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local
366 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local
378 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c89 struct qtnf_vif *vif; in qtnf_validate_iface_combinations() local
124 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf() local
156 struct qtnf_vif *vif; in qtnf_del_virtual_intf() local
191 struct qtnf_vif *vif; in qtnf_add_virtual_intf() local
262 static int qtnf_mgmt_set_appie(struct qtnf_vif *vif, in qtnf_mgmt_set_appie()
311 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_beacon() local
319 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_start_ap() local
332 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_stop_ap() local
351 struct qtnf_vif *vif; in qtnf_set_wiphy_params() local
376 struct qtnf_vif *vif = qtnf_netdev_get_priv(wdev->netdev); in qtnf_mgmt_frame_register() local
[all …]
Dcore.c82 struct qtnf_vif *vif; in qtnf_netdev_hard_start_xmit() local
125 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_get_stats64() local
160 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_tx_timeout() local
184 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_set_mac_address() local
266 struct qtnf_vif *vif; in qtnf_mac_get_free_vif() local
280 struct qtnf_vif *vif; in qtnf_mac_get_base_vif() local
322 struct qtnf_vif *vif = container_of(work, struct qtnf_vif, reset_work); in qtnf_vif_reset_handler() local
343 struct qtnf_vif *vif = &mac->iflist[QTNF_PRIMARY_VIF_IDX]; in qtnf_mac_init_primary_intf() local
424 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_core_net_attach()
470 struct qtnf_vif *vif; in qtnf_core_mac_detach() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
Dcfg80211.c79 struct qtnf_vif *vif; in qtnf_validate_iface_combinations() local
129 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf() local
162 struct qtnf_vif *vif; in qtnf_del_virtual_intf() local
203 struct qtnf_vif *vif; in qtnf_add_virtual_intf() local
287 static int qtnf_mgmt_set_appie(struct qtnf_vif *vif, in qtnf_mgmt_set_appie()
336 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_beacon() local
344 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_start_ap() local
357 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_stop_ap() local
375 struct qtnf_vif *vif; in qtnf_set_wiphy_params() local
396 struct qtnf_vif *vif = qtnf_netdev_get_priv(wdev->netdev); in qtnf_update_mgmt_frame_registrations() local
[all …]
Dcore.c81 struct qtnf_vif *vif = qtnf_netdev_get_priv(skb->dev); in qtnf_packet_send_hi_pri() local
92 struct qtnf_vif *vif; in qtnf_netdev_hard_start_xmit() local
141 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_get_stats64() local
155 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_tx_timeout() local
179 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_set_mac_address() local
205 const struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_port_parent_id() local
275 struct qtnf_vif *vif; in qtnf_mac_get_free_vif() local
289 struct qtnf_vif *vif; in qtnf_mac_get_base_vif() local
331 struct qtnf_vif *vif = container_of(work, struct qtnf_vif, reset_work); in qtnf_vif_reset_handler() local
352 struct qtnf_vif *vif = &mac->iflist[QTNF_PRIMARY_VIF_IDX]; in qtnf_mac_init_primary_intf() local
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c145 static bool __ath6kl_cfg80211_sscan_stop(struct ath6kl_vif *vif) in __ath6kl_cfg80211_sscan_stop()
162 static void ath6kl_cfg80211_sscan_disable(struct ath6kl_vif *vif) in ath6kl_cfg80211_sscan_disable()
175 static int ath6kl_set_wpa_version(struct ath6kl_vif *vif, in ath6kl_set_wpa_version()
194 static int ath6kl_set_auth_type(struct ath6kl_vif *vif, in ath6kl_set_auth_type()
222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher()
265 static void ath6kl_set_key_mgmt(struct ath6kl_vif *vif, u32 key_mgmt) in ath6kl_set_key_mgmt()
284 static bool ath6kl_cfg80211_ready(struct ath6kl_vif *vif) in ath6kl_cfg80211_ready()
321 static int ath6kl_set_assoc_req_ies(struct ath6kl_vif *vif, const u8 *ies, in ath6kl_set_assoc_req_ies()
429 static void ath6kl_cfg80211_sta_bmiss_enhance(struct ath6kl_vif *vif, in ath6kl_cfg80211_sta_bmiss_enhance()
458 struct ath6kl_vif *vif = netdev_priv(dev); in ath6kl_cfg80211_connect() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c145 static bool __ath6kl_cfg80211_sscan_stop(struct ath6kl_vif *vif) in __ath6kl_cfg80211_sscan_stop()
162 static void ath6kl_cfg80211_sscan_disable(struct ath6kl_vif *vif) in ath6kl_cfg80211_sscan_disable()
175 static int ath6kl_set_wpa_version(struct ath6kl_vif *vif, in ath6kl_set_wpa_version()
194 static int ath6kl_set_auth_type(struct ath6kl_vif *vif, in ath6kl_set_auth_type()
222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher()
265 static void ath6kl_set_key_mgmt(struct ath6kl_vif *vif, u32 key_mgmt) in ath6kl_set_key_mgmt()
284 static bool ath6kl_cfg80211_ready(struct ath6kl_vif *vif) in ath6kl_cfg80211_ready()
321 static int ath6kl_set_assoc_req_ies(struct ath6kl_vif *vif, const u8 *ies, in ath6kl_set_assoc_req_ies()
429 static void ath6kl_cfg80211_sta_bmiss_enhance(struct ath6kl_vif *vif, in ath6kl_cfg80211_sta_bmiss_enhance()
458 struct ath6kl_vif *vif = netdev_priv(dev); in ath6kl_cfg80211_connect() local
[all …]
Dmain.c26 struct ath6kl_sta *ath6kl_find_sta(struct ath6kl_vif *vif, u8 *node_addr) in ath6kl_find_sta()
61 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, in ath6kl_add_new_sta()
350 static void ath6kl_install_static_wep_keys(struct ath6kl_vif *vif) in ath6kl_install_static_wep_keys()
374 void ath6kl_connect_ap_mode_bss(struct ath6kl_vif *vif, u16 channel) in ath6kl_connect_ap_mode_bss()
423 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, in ath6kl_connect_ap_mode_sta()
506 struct ath6kl_vif *vif = from_timer(vif, t, disconnect_timer); in disconnect_timer_handler() local
512 void ath6kl_disconnect(struct ath6kl_vif *vif) in ath6kl_disconnect()
558 void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status) in ath6kl_scan_complete_evt()
577 static int ath6kl_commit_ch_switch(struct ath6kl_vif *vif, u16 channel) in ath6kl_commit_ch_switch()
607 struct ath6kl_vif *vif; in ath6kl_check_ch_switch() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c129 struct ieee80211_vif *vif, in iwl_mvm_beacon_filter_set_cqm_params()
182 struct ieee80211_vif *vif, in iwl_mvm_power_configure_uapsd()
274 struct ieee80211_vif *vif) in iwl_mvm_p2p_standalone_iterator()
294 struct ieee80211_vif *vif) in iwl_mvm_power_allow_uapsd()
337 static bool iwl_mvm_power_is_radar(struct ieee80211_vif *vif) in iwl_mvm_power_is_radar()
356 struct ieee80211_vif *vif, in iwl_mvm_power_config_skip_dtim()
391 struct ieee80211_vif *vif, in iwl_mvm_power_build_cmd()
509 struct ieee80211_vif *vif) in iwl_mvm_power_send_cmd()
552 void iwl_mvm_power_vif_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_power_vif_assoc()
562 struct ieee80211_vif *vif) in iwl_mvm_power_uapsd_misbehav_ap_iterator()
[all …]
Dmac-ctxt.c91 struct ieee80211_vif *vif; member
99 struct ieee80211_vif *vif) in iwl_mvm_mac_tsf_id_iter()
205 struct ieee80211_vif *vif) in iwl_mvm_mac_iface_iterator()
229 struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_recalc_tsf_id()
251 int iwl_mvm_mac_ctxt_init(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_init()
369 struct ieee80211_vif *vif, in iwl_mvm_ack_rates()
455 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_set_ht_flags()
489 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_common()
598 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_sta()
718 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_listener()
[all …]
Ddebugfs-vif.c66 struct ieee80211_vif *vif, in iwl_dbgfs_update_pm()
127 static ssize_t iwl_dbgfs_pm_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_pm_params_write()
194 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read() local
209 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read() local
225 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_mac_params_read() local
305 static void iwl_dbgfs_update_bf(struct ieee80211_vif *vif, in iwl_dbgfs_update_bf()
350 static ssize_t iwl_dbgfs_bf_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_bf_params_write()
451 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_bf_params_read() local
507 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_os_device_timediff_read() local
528 static ssize_t iwl_dbgfs_low_latency_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_low_latency_write()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c116 struct ieee80211_vif *vif, in iwl_mvm_beacon_filter_set_cqm_params()
170 struct ieee80211_vif *vif, in iwl_mvm_power_configure_uapsd()
262 struct ieee80211_vif *vif) in iwl_mvm_p2p_standalone_iterator()
282 struct ieee80211_vif *vif) in iwl_mvm_power_allow_uapsd()
325 static bool iwl_mvm_power_is_radar(struct ieee80211_vif *vif) in iwl_mvm_power_is_radar()
344 struct ieee80211_vif *vif, in iwl_mvm_power_config_skip_dtim()
382 struct ieee80211_vif *vif, in iwl_mvm_power_build_cmd()
501 struct ieee80211_vif *vif) in iwl_mvm_power_send_cmd()
542 void iwl_mvm_power_vif_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_power_vif_assoc()
552 struct ieee80211_vif *vif) in iwl_mvm_power_uapsd_misbehav_ap_iterator()
[all …]
Dmac-ctxt.c96 struct ieee80211_vif *vif; member
109 struct ieee80211_vif *vif) in iwl_mvm_mac_tsf_id_iter()
217 u32 iwl_mvm_mac_get_queues_mask(struct ieee80211_vif *vif) in iwl_mvm_mac_get_queues_mask()
237 struct ieee80211_vif *vif) in iwl_mvm_iface_hw_queues_iter()
270 struct ieee80211_vif *vif) in iwl_mvm_mac_iface_iterator()
294 struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_recalc_tsf_id()
316 int iwl_mvm_mac_ctxt_init(struct iwl_mvm *mvm, struct ieee80211_vif *vif) in iwl_mvm_mac_ctxt_init()
474 struct ieee80211_vif *vif, in iwl_mvm_ack_rates()
560 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_set_ht_flags()
594 struct ieee80211_vif *vif, in iwl_mvm_mac_ctxt_cmd_common()
[all …]
Ddebugfs-vif.c72 struct ieee80211_vif *vif, in iwl_dbgfs_update_pm()
133 static ssize_t iwl_dbgfs_pm_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_pm_params_write()
200 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read() local
215 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read() local
231 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_mac_params_read() local
311 static void iwl_dbgfs_update_bf(struct ieee80211_vif *vif, in iwl_dbgfs_update_bf()
356 static ssize_t iwl_dbgfs_bf_params_write(struct ieee80211_vif *vif, char *buf, in iwl_dbgfs_bf_params_write()
457 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_bf_params_read() local
513 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_os_device_timediff_read() local
531 static ssize_t iwl_dbgfs_tof_enable_write(struct ieee80211_vif *vif, in iwl_dbgfs_tof_enable_write()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/wil6210/
Dnetdev.c27 struct wil6210_vif *vif; in wil_has_other_active_ifaces() local
155 struct wil6210_vif *vif; in wil6210_netdev_poll_tx() local
212 static void wil_vif_deinit(struct wil6210_vif *vif) in wil_vif_deinit()
223 void wil_vif_free(struct wil6210_vif *vif) in wil_vif_free()
233 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_ndev_destructor() local
240 struct wil6210_vif *vif = from_timer(vif, t, connect_timer); in wil_connect_timer_fn() local
256 struct wil6210_vif *vif = from_timer(vif, t, scan_timer); in wil_scan_timer_fn() local
266 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn() local
274 static void wil_vif_init(struct wil6210_vif *vif) in wil_vif_init()
311 struct wil6210_vif *vif; in wil_vif_alloc() local
[all …]
Dp2p.c26 static int wil_p2p_start_listen(struct wil6210_vif *vif) in wil_p2p_start_listen()
70 int wil_p2p_search(struct wil6210_vif *vif, in wil_p2p_search()
140 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_p2p_listen() local
188 u8 wil_p2p_stop_discovery(struct wil6210_vif *vif) in wil_p2p_stop_discovery()
207 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) in wil_p2p_cancel_listen()
246 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_listen_expired() local
274 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_search_expired() local
306 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_delayed_listen_work() local
351 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_p2p_stop_radio_operations() local
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dnetdev.c16 struct wil6210_vif *vif; in wil_has_other_active_ifaces() local
144 struct wil6210_vif *vif; in wil6210_netdev_poll_tx() local
201 static void wil_vif_deinit(struct wil6210_vif *vif) in wil_vif_deinit()
213 void wil_vif_free(struct wil6210_vif *vif) in wil_vif_free()
223 struct wil6210_vif *vif = ndev_to_vif(ndev); in wil_ndev_destructor() local
230 struct wil6210_vif *vif = from_timer(vif, t, connect_timer); in wil_connect_timer_fn() local
246 struct wil6210_vif *vif = from_timer(vif, t, scan_timer); in wil_scan_timer_fn() local
256 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn() local
264 static void wil_vif_init(struct wil6210_vif *vif) in wil_vif_init()
303 struct wil6210_vif *vif; in wil_vif_alloc() local
[all …]
Dp2p.c15 static int wil_p2p_start_listen(struct wil6210_vif *vif) in wil_p2p_start_listen()
59 int wil_p2p_search(struct wil6210_vif *vif, in wil_p2p_search()
129 struct wil6210_vif *vif = wdev_to_vif(wil, wdev); in wil_p2p_listen() local
177 u8 wil_p2p_stop_discovery(struct wil6210_vif *vif) in wil_p2p_stop_discovery()
196 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) in wil_p2p_cancel_listen()
235 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_listen_expired() local
263 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_search_expired() local
295 struct wil6210_vif *vif = container_of(p2p, in wil_p2p_delayed_listen_work() local
340 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev); in wil_p2p_stop_radio_operations() local

12345678910>>...21