Searched refs:max_num_vdevs (Results 1 – 2 of 2) sorted by relevance
2737 ar->max_num_vdevs = TARGET_NUM_VDEVS; in ath10k_core_init_firmware_features()2753 ar->max_num_vdevs = TARGET_10X_NUM_VDEVS; in ath10k_core_init_firmware_features()2761 ar->max_num_vdevs = TARGET_TLV_NUM_VDEVS; in ath10k_core_init_firmware_features()2778 ar->max_num_vdevs = TARGET_10_4_NUM_VDEVS; in ath10k_core_init_firmware_features()3265 if (ar->max_num_vdevs >= 64) in ath10k_core_start()3268 ar->free_vdev_map = (1LL << ar->max_num_vdevs) - 1; in ath10k_core_start()
1191 int max_num_vdevs; member