Searched refs:num_ctx (Results 1 – 1 of 1) sorted by relevance
1236 int num_ctx; in ath10k_mac_monitor_vdev_is_needed() local1241 num_ctx = ath10k_mac_num_chanctxs(ar); in ath10k_mac_monitor_vdev_is_needed()1242 if (num_ctx == 0) in ath10k_mac_monitor_vdev_is_needed()1260 int num_ctx; in ath10k_mac_monitor_vdev_is_allowed() local1262 num_ctx = ath10k_mac_num_chanctxs(ar); in ath10k_mac_monitor_vdev_is_allowed()1268 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags) && num_ctx > 1) in ath10k_mac_monitor_vdev_is_allowed()