Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c132 total_vdevs_started += ar->num_started_vdevs; in ath11k_debugfs_fw_stats_process()
155 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath11k_debugfs_fw_stats_process()
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1151 int num_started_vdevs; member
H A Dmac.c1429 if (ar->num_started_vdevs > 0) in ath10k_recalc_radar_detection()
1468 WARN_ON(ar->num_started_vdevs == 0); in ath10k_vdev_stop()
1470 if (ar->num_started_vdevs != 0) { in ath10k_vdev_stop()
1471 ar->num_started_vdevs--; in ath10k_vdev_stop()
1542 ar->num_started_vdevs++; in ath10k_vdev_start_restart()
5341 ar->num_started_vdevs = 0; in ath10k_start()