Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c992 total_vdevs_started += pdev->ar->num_started_vdevs; in ath12k_debugfs_fw_stats_process()
1015 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath12k_debugfs_fw_stats_process()
H A Dcore.h685 u32 num_started_vdevs; member
H A Dmac.c1373 ar->num_started_vdevs++; in ath12k_mac_monitor_start()
1396 ar->num_started_vdevs--; in ath12k_mac_monitor_stop()
1426 WARN_ON(ar->num_started_vdevs == 0); in ath12k_mac_vdev_stop()
1428 ar->num_started_vdevs--; in ath12k_mac_vdev_stop()
7599 ar->num_started_vdevs = 0; in ath12k_mac_start()
9058 ar->num_started_vdevs++; in ath12k_mac_vdev_start_restart()
9576 ar->num_started_vdevs == 1 && ar->monitor_vdev_created) in ath12k_mac_op_unassign_vif_chanctx()
/linux-6.15/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()
/linux-6.15/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()
H A Dcore.h721 u32 num_started_vdevs; member
H A Dmac.c1173 ar->num_started_vdevs++; in ath11k_mac_monitor_start()
1202 ar->num_started_vdevs--; in ath11k_mac_monitor_stop()
6295 ar->num_started_vdevs = 0; in ath11k_mac_op_start()
7240 ar->num_started_vdevs++; in ath11k_mac_vdev_start_restart()
7293 WARN_ON(ar->num_started_vdevs == 0); in ath11k_mac_vdev_stop()
7295 ar->num_started_vdevs--; in ath11k_mac_vdev_stop()
8118 ar->num_started_vdevs == 1 && in ath11k_mac_op_unassign_vif_chanctx()