Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dcore.h1067 int num_started_vdevs; member
Dmac.c1415 if (ar->num_started_vdevs > 0) in ath10k_recalc_radar_detection()
1454 WARN_ON(ar->num_started_vdevs == 0); in ath10k_vdev_stop()
1456 if (ar->num_started_vdevs != 0) { in ath10k_vdev_stop()
1457 ar->num_started_vdevs--; in ath10k_vdev_stop()
1528 ar->num_started_vdevs++; in ath10k_vdev_start_restart()
4930 ar->num_started_vdevs = 0; in ath10k_start()