Lines Matching refs:arvif
5213 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, vdev->vdev_id); in ath11k_wmi_fw_vdev_stats_fill() local
5220 if (!arvif) in ath11k_wmi_fw_vdev_stats_fill()
5223 vif_macaddr = arvif->vif->addr; in ath11k_wmi_fw_vdev_stats_fill()
5287 struct ath11k_vif *arvif = ath11k_mac_get_arvif(ar, bcn->vdev_id); in ath11k_wmi_fw_bcn_stats_fill() local
5290 if (!arvif) { in ath11k_wmi_fw_bcn_stats_fill()
5296 vdev_macaddr = arvif->vif->addr; in ath11k_wmi_fw_bcn_stats_fill()
6302 struct ath11k_vif *arvif; in ath11k_wmi_process_csa_switch_count_event() local
6310 arvif = ath11k_mac_get_arvif_by_vdev_id(ab, vdev_ids[i]); in ath11k_wmi_process_csa_switch_count_event()
6312 if (!arvif) { in ath11k_wmi_process_csa_switch_count_event()
6318 if (arvif->is_up && arvif->vif->csa_active) in ath11k_wmi_process_csa_switch_count_event()
6319 ieee80211_csa_finish(arvif->vif); in ath11k_wmi_process_csa_switch_count_event()
6638 struct ath11k_vif *arvif; in ath11k_wmi_simulate_radar() local
6643 list_for_each_entry(arvif, &ar->arvifs, list) { in ath11k_wmi_simulate_radar()
6644 if (arvif->is_started && arvif->vdev_type == WMI_VDEV_TYPE_AP) { in ath11k_wmi_simulate_radar()
6661 wmi_ut.vdev_id = arvif->vdev_id; in ath11k_wmi_simulate_radar()