Lines Matching refs:arvif
5588 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, vdev->vdev_id); in ath11k_wmi_fw_vdev_stats_fill() local
5595 if (!arvif) in ath11k_wmi_fw_vdev_stats_fill()
5598 vif_macaddr = arvif->vif->addr; in ath11k_wmi_fw_vdev_stats_fill()
5662 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, bcn->vdev_id); in ath11k_wmi_fw_bcn_stats_fill() local
5665 if (!arvif) { in ath11k_wmi_fw_bcn_stats_fill()
5671 vdev_macaddr = arvif->vif->addr; in ath11k_wmi_fw_bcn_stats_fill()
6711 struct ath11k_vif *arvif; in ath11k_wmi_process_csa_switch_count_event() local
6719 arvif = ath11k_mac_get_arvif_by_vdev_id(ab, vdev_ids[i]); in ath11k_wmi_process_csa_switch_count_event()
6721 if (!arvif) { in ath11k_wmi_process_csa_switch_count_event()
6727 if (arvif->is_up && arvif->vif->csa_active) in ath11k_wmi_process_csa_switch_count_event()
6728 ieee80211_csa_finish(arvif->vif); in ath11k_wmi_process_csa_switch_count_event()
7187 struct ath11k_vif *arvif; in ath11k_wmi_simulate_radar() local
7192 list_for_each_entry(arvif, &ar->arvifs, list) { in ath11k_wmi_simulate_radar()
7193 if (arvif->is_started && arvif->vdev_type == WMI_VDEV_TYPE_AP) { in ath11k_wmi_simulate_radar()
7210 wmi_ut.vdev_id = arvif->vdev_id; in ath11k_wmi_simulate_radar()