Searched refs:ath10k_vif (Results 1 – 13 of 13) sorted by relevance
/drivers/net/wireless/ath/ath10k/ |
D | mac.h | 46 struct ath10k_vif *ath10k_get_arvif(struct ath10k *ar, u32 vdev_id); 55 void ath10k_mac_vif_beacon_free(struct ath10k_vif *arvif); 75 void ath10k_mac_vif_tx_lock(struct ath10k_vif *arvif, int reason); 76 void ath10k_mac_vif_tx_unlock(struct ath10k_vif *arvif, int reason); 78 static inline struct ath10k_vif *ath10k_vif_to_arvif(struct ieee80211_vif *vif) in ath10k_vif_to_arvif() 80 return (struct ath10k_vif *)vif->drv_priv; in ath10k_vif_to_arvif() 88 struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif); in ath10k_tx_h_seq_no()
|
D | mac.c | 161 static int ath10k_send_key(struct ath10k_vif *arvif, in ath10k_send_key() 211 static int ath10k_install_key(struct ath10k_vif *arvif, in ath10k_install_key() 238 static int ath10k_install_peer_wep_keys(struct ath10k_vif *arvif, in ath10k_install_peer_wep_keys() 325 static int ath10k_clear_peer_keys(struct ath10k_vif *arvif, in ath10k_clear_peer_keys() 391 static int ath10k_clear_vdev_key(struct ath10k_vif *arvif, in ath10k_clear_vdev_key() 438 static int ath10k_mac_vif_update_wep_key(struct ath10k_vif *arvif, in ath10k_mac_vif_update_wep_key() 620 struct ath10k_vif *arvif; in ath10k_peer_create() 654 static int ath10k_mac_set_kickout(struct ath10k_vif *arvif) in ath10k_mac_set_kickout() 699 static int ath10k_mac_set_rts(struct ath10k_vif *arvif, u32 value) in ath10k_mac_set_rts() 801 void ath10k_mac_vif_beacon_free(struct ath10k_vif *arvif) in ath10k_mac_vif_beacon_free() [all …]
|
D | p2p.c | 81 static void ath10k_p2p_noa_ie_assign(struct ath10k_vif *arvif, void *ie, in ath10k_p2p_noa_ie_assign() 94 static void __ath10k_p2p_noa_update(struct ath10k_vif *arvif, in __ath10k_p2p_noa_update() 117 void ath10k_p2p_noa_update(struct ath10k_vif *arvif, in ath10k_p2p_noa_update() 135 struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif); in ath10k_p2p_noa_update_vdev_iter()
|
D | p2p.h | 20 struct ath10k_vif; 23 void ath10k_p2p_noa_update(struct ath10k_vif *arvif,
|
D | spectral.h | 54 int ath10k_spectral_vif_stop(struct ath10k_vif *arvif); 74 static inline int ath10k_spectral_vif_stop(struct ath10k_vif *arvif) in ath10k_spectral_vif_stop()
|
D | wow.c | 34 static int ath10k_wow_vif_cleanup(struct ath10k_vif *arvif) in ath10k_wow_vif_cleanup() 62 struct ath10k_vif *arvif; in ath10k_wow_cleanup() 79 static int ath10k_vif_wow_set_wakeups(struct ath10k_vif *arvif, in ath10k_vif_wow_set_wakeups() 163 struct ath10k_vif *arvif; in ath10k_wow_set_wakeups()
|
D | spectral.c | 164 static struct ath10k_vif *ath10k_get_spectral_vdev(struct ath10k *ar) in ath10k_get_spectral_vdev() 166 struct ath10k_vif *arvif; in ath10k_get_spectral_vdev() 184 struct ath10k_vif *arvif; in ath10k_spectral_scan_trigger() 217 struct ath10k_vif *arvif; in ath10k_spectral_scan_config() 506 struct ath10k_vif *arvif; in ath10k_spectral_start() 520 int ath10k_spectral_vif_stop(struct ath10k_vif *arvif) in ath10k_spectral_vif_stop()
|
D | core.h | 310 struct ath10k_vif *arvif; 334 struct ath10k_vif { struct 393 struct ath10k_vif *arvif; argument 740 struct ath10k_vif *monitor_arvif;
|
D | htt_rx.c | 790 struct ath10k_vif *arvif; in ath10k_htt_rx_h_peer_channel() 827 struct ath10k_vif *arvif; in ath10k_htt_rx_h_vdev_channel() 1792 struct ath10k_vif *arvif; in ath10k_htt_rx_addba() 1832 struct ath10k_vif *arvif; in ath10k_htt_rx_delba()
|
D | wmi.c | 1658 static void ath10k_wmi_tx_beacon_nowait(struct ath10k_vif *arvif) in ath10k_wmi_tx_beacon_nowait() 1704 struct ath10k_vif *arvif = ath10k_vif_to_arvif(vif); in ath10k_wmi_tx_beacons_iter() 3053 struct ath10k_vif *arvif, in ath10k_wmi_update_tim() 3149 static void ath10k_wmi_update_noa(struct ath10k *ar, struct ath10k_vif *arvif, in ath10k_wmi_update_noa() 3282 struct ath10k_vif *arvif; in ath10k_wmi_event_host_swba()
|
D | debug.c | 1895 struct ath10k_vif *arvif; in ath10k_write_simulate_radar()
|
D | wmi.h | 6250 struct ath10k_vif;
|
D | wmi-tlv.c | 183 struct ath10k_vif *arvif; in ath10k_wmi_tlv_event_bcn_tx_status()
|