Home
last modified time | relevance | path

Searched refs:ath11k_vif_to_arvif (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c569 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_get_arvif_iter()
1460 tx_arvif = ath11k_vif_to_arvif(arvif->vif->mbssid_tx_vif); in ath11k_mac_setup_bcn_tmpl_ema()
1517 tx_arvif = ath11k_vif_to_arvif(vif->mbssid_tx_vif); in ath11k_mac_setup_bcn_tmpl_mbssid()
1558 arvif != ath11k_vif_to_arvif(vif->mbssid_tx_vif) && arvif->is_up) in ath11k_mac_setup_bcn_tmpl()
1622 tx_arvif = ath11k_vif_to_arvif(arvif->vif->mbssid_tx_vif); in ath11k_control_beaconing()
1645 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_mac_handle_beacon_iter()
1668 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_mac_handle_beacon_miss_iter()
1714 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_peer_assoc_h_basic()
1742 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_peer_assoc_h_crypto()
1800 struct ath11k_vif *arvif = ath11k_vif_to_arvif(vif); in ath11k_peer_assoc_h_rates()
[all …]
H A Dtestmode.c353 arvif = ath11k_vif_to_arvif(vif); in ath11k_tm_cmd_wmi()
H A Dcore.h1223 static inline struct ath11k_vif *ath11k_vif_to_arvif(struct ieee80211_vif *vif) in ath11k_vif_to_arvif() function