Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h682 #define TARGET_NUM_VDEVS 8 macro
690 (TARGET_NUM_VDEVS))
H A Dwmi.c6595 config.num_vdevs = __cpu_to_le32(TARGET_NUM_VDEVS); in ath10k_wmi_op_gen_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c636 return ath12k_core_get_max_station_per_radio(ab) + TARGET_NUM_VDEVS(ab); in ath12k_core_get_max_peers_per_radio()
1392 total_vdev = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_core_reconfigure_on_crash()
H A Dmac.c10245 if (ar->num_created_vdevs >= TARGET_NUM_VDEVS(ab)) { in ath12k_mac_vdev_create()
10247 TARGET_NUM_VDEVS(ab)); in ath12k_mac_vdev_create()
14538 mbssid_max_interfaces += TARGET_NUM_VDEVS(ar->ab); in ath12k_mac_hw_register()
15117 total_vdev = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_mac_set_device_defaults()