Home
last modified time | relevance | path

Searched refs:num_started_vdevs (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs.c140 total_vdevs_started += ar->num_started_vdevs; in ath11k_debugfs_fw_stats_process()
163 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath11k_debugfs_fw_stats_process()
Dcore.h517 u32 num_started_vdevs; member
Dmac.c4231 ar->num_started_vdevs = 0; in ath11k_mac_op_start()
4970 ar->num_started_vdevs++; in ath11k_mac_vdev_start_restart()
5028 WARN_ON(ar->num_started_vdevs == 0); in ath11k_mac_vdev_stop()
5030 ar->num_started_vdevs--; in ath11k_mac_vdev_stop()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dcore.h1131 int num_started_vdevs; member
Dmac.c1423 if (ar->num_started_vdevs > 0) in ath10k_recalc_radar_detection()
1462 WARN_ON(ar->num_started_vdevs == 0); in ath10k_vdev_stop()
1464 if (ar->num_started_vdevs != 0) { in ath10k_vdev_stop()
1465 ar->num_started_vdevs--; in ath10k_vdev_stop()
1536 ar->num_started_vdevs++; in ath10k_vdev_start_restart()
5152 ar->num_started_vdevs = 0; in ath10k_start()