Home
last modified time | relevance | path

Searched refs:ath12k_vif_to_arvif (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2499 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_mac_op_bss_info_changed()
2942 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_mac_op_hw_scan()
3162 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_mac_op_set_key()
3344 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_station_assoc()
3647 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_mac_station_add()
3754 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_mac_op_sta_state()
3970 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_conf_tx_uapsd()
4866 arvif = ath12k_vif_to_arvif(skb_cb->vif); in ath12k_mgmt_over_wmi_tx_work()
4925 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_mac_op_tx()
5276 struct ath12k_vif *arvif = ath12k_vif_to_arvif(vif); in ath12k_mac_op_update_vif_offload()
[all …]
H A Dcore.h830 static inline struct ath12k_vif *ath12k_vif_to_arvif(struct ieee80211_vif *vif) in ath12k_vif_to_arvif() function