Searched refs:ATH11K_FLAG_MONITOR_VDEV_CREATED (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 1040 if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_create() 1093 set_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_create() 1113 if (!test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_delete() 1137 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_delete() 1300 if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, in ath11k_mac_op_config() 1320 if (!test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, in ath11k_mac_op_config() 6402 set_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_op_add_interface() 6528 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_op_remove_interface() 6530 } else if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags) && in ath11k_mac_op_remove_interface() 6970 test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) { in ath11k_mac_update_vif_chan() [all …]
|
D | core.h | 277 ATH11K_FLAG_MONITOR_VDEV_CREATED, enumerator
|