Home
last modified time | relevance | path

Searched refs:TARGET_NUM_VDEVS (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h23 #define TARGET_NUM_VDEVS(ab) ((ab)->profile_param->num_vdevs) macro
H A Dcore.c639 return ath12k_core_get_max_station_per_radio(ab) + TARGET_NUM_VDEVS(ab); in ath12k_core_get_max_peers_per_radio()
1381 total_vdev = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_core_reconfigure_on_crash()
H A Dmac.c10440 if (ar->num_created_vdevs >= TARGET_NUM_VDEVS(ab)) { in ath12k_mac_vdev_create()
10442 TARGET_NUM_VDEVS(ab)); in ath12k_mac_vdev_create()
14864 mbssid_max_interfaces += TARGET_NUM_VDEVS(ar->ab); in ath12k_mac_hw_register()
15440 total_vdev = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_mac_set_device_defaults()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2348 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_core_reconfigure_on_crash()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c6594 config.num_vdevs = __cpu_to_le32(TARGET_NUM_VDEVS); in ath10k_wmi_op_gen_init()