Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c2675 ar->max_num_vdevs = TARGET_NUM_VDEVS; in ath10k_core_init_firmware_features()
2691 ar->max_num_vdevs = TARGET_10X_NUM_VDEVS; in ath10k_core_init_firmware_features()
2699 ar->max_num_vdevs = TARGET_TLV_NUM_VDEVS; in ath10k_core_init_firmware_features()
2716 ar->max_num_vdevs = TARGET_10_4_NUM_VDEVS; in ath10k_core_init_firmware_features()
3203 if (ar->max_num_vdevs >= 64) in ath10k_core_start()
3206 ar->free_vdev_map = (1LL << ar->max_num_vdevs) - 1; in ath10k_core_start()
H A Dcore.h1188 int max_num_vdevs; member
H A Dwmi.c5419 num_units = ar->max_num_vdevs + 1; in ath10k_wmi_is_host_mem_allocated()
5608 ar->max_num_vdevs; in ath10k_wmi_event_service_ready_work()
5611 ar->max_num_vdevs; in ath10k_wmi_event_service_ready_work()
5614 ar->max_num_vdevs; in ath10k_wmi_event_service_ready_work()
5654 num_units = ar->max_num_vdevs + 1; in ath10k_wmi_event_service_ready_work()
6806 config.num_vdevs = __cpu_to_le32(ar->max_num_vdevs); in ath10k_wmi_10_4_op_gen_init()