Searched refs:ath11k_vif_to_arvif (Results 1 – 3 of 3) sorted by relevance
569 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_get_arvif_iter()1467 tx_arvif = ath11k_vif_to_arvif(arvif->vif->mbssid_tx_vif); in ath11k_mac_setup_bcn_tmpl_ema()1524 tx_arvif = ath11k_vif_to_arvif(vif->mbssid_tx_vif); in ath11k_mac_setup_bcn_tmpl_mbssid()1565 arvif != ath11k_vif_to_arvif(vif->mbssid_tx_vif) && arvif->is_up) in ath11k_mac_setup_bcn_tmpl()1629 tx_arvif = ath11k_vif_to_arvif(arvif->vif->mbssid_tx_vif); in ath11k_control_beaconing()1652 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_mac_handle_beacon_iter()1675 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_mac_handle_beacon_miss_iter()1721 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_peer_assoc_h_basic()1749 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_peer_assoc_h_crypto()1807 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_peer_assoc_h_rates()[all …]
353 arvif = ath11k_vif_to_arvif(vif); in ath11k_tm_cmd_wmi()
1223 static inline struct ath11k_vif *ath11k_vif_to_arvif(struct ieee80211_vif *vif) in ath11k_vif_to_arvif() function