Lines Matching refs:arvif
5159 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, vdev->vdev_id); in ath11k_wmi_fw_vdev_stats_fill() local
5166 if (!arvif) in ath11k_wmi_fw_vdev_stats_fill()
5169 vif_macaddr = arvif->vif->addr; in ath11k_wmi_fw_vdev_stats_fill()
5233 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, bcn->vdev_id); in ath11k_wmi_fw_bcn_stats_fill() local
5236 if (!arvif) { in ath11k_wmi_fw_bcn_stats_fill()
5242 vdev_macaddr = arvif->vif->addr; in ath11k_wmi_fw_bcn_stats_fill()
6272 struct ath11k_vif *arvif; in ath11k_wmi_process_csa_switch_count_event() local
6280 arvif = ath11k_mac_get_arvif_by_vdev_id(ab, vdev_ids[i]); in ath11k_wmi_process_csa_switch_count_event()
6282 if (!arvif) { in ath11k_wmi_process_csa_switch_count_event()
6288 if (arvif->is_up && arvif->vif->csa_active) in ath11k_wmi_process_csa_switch_count_event()
6289 ieee80211_csa_finish(arvif->vif); in ath11k_wmi_process_csa_switch_count_event()
6622 struct ath11k_vif *arvif; in ath11k_wmi_simulate_radar() local
6627 list_for_each_entry(arvif, &ar->arvifs, list) { in ath11k_wmi_simulate_radar()
6628 if (arvif->is_started && arvif->vdev_type == WMI_VDEV_TYPE_AP) { in ath11k_wmi_simulate_radar()
6645 wmi_ut.vdev_id = arvif->vdev_id; in ath11k_wmi_simulate_radar()