Searched refs:max_num_vdevs (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.c2748 ar->max_num_vdevs = TARGET_NUM_VDEVS;
2764 ar->max_num_vdevs = TARGET_10X_NUM_VDEVS;
2775 ar->max_num_vdevs = TARGET_TLV_NUM_VDEVS;
2792 ar->max_num_vdevs = TARGET_10_4_NUM_VDEVS;
3283 if (ar->max_num_vdevs >= 64)
3286 ar->free_vdev_map = (1LL << ar->max_num_vdevs) - 1;
H A Dcore.h1195 int max_num_vdevs; member in struct:ath10k
H A Dwmi.c5466 num_units = ar->max_num_vdevs + 1;
5655 ar->max_num_vdevs;
5658 ar->max_num_vdevs;
5661 ar->max_num_vdevs;
5701 num_units = ar->max_num_vdevs + 1;
6874 config.num_vdevs = __cpu_to_le32(ar->max_num_vdevs);

Completed in 211 milliseconds