Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.h16 #define TARGET_NUM_VDEVS(ab) (ab->hw_params.num_vdevs) macro
18 #define TARGET_NUM_PEERS_PDEV(ab) (ab->hw_params.num_peers + TARGET_NUM_VDEVS(ab))
35 4 * TARGET_NUM_VDEVS(ab) + 8)
H A Dcore.c2346 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_core_reconfigure_on_crash()
H A Dhw.c154 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath11k_init_wmi_config_ipq8074()
H A Dmac.c7103 if (ar->num_created_vdevs > (TARGET_NUM_VDEVS(ab) - 1)) { in ath11k_mac_op_add_interface()
7105 ar->num_created_vdevs, TARGET_NUM_VDEVS(ab)); in ath11k_mac_op_add_interface()
10636 ar->hw->wiphy->mbssid_max_interfaces = TARGET_NUM_VDEVS(ab); in __ath11k_mac_register()
10718 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_mac_register()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dwmi.c13 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_wifi7_wmi_init_qcn9274()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h19 #define TARGET_NUM_VDEVS(ab) ((ab)->profile_param->num_vdevs) macro
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()
1372 total_vdev = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_core_reconfigure_on_crash()
H A Dmac.c10224 if (ar->num_created_vdevs >= TARGET_NUM_VDEVS(ab)) { in ath12k_mac_vdev_create()
10226 TARGET_NUM_VDEVS(ab)); in ath12k_mac_vdev_create()
14517 mbssid_max_interfaces += TARGET_NUM_VDEVS(ar->ab); in ath12k_mac_hw_register()
15091 total_vdev = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_mac_set_device_defaults()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h682 #define TARGET_NUM_VDEVS 8 macro
690 (TARGET_NUM_VDEVS))
H A Dcore.c2733 ar->max_num_vdevs = TARGET_NUM_VDEVS; in ath10k_core_init_firmware_features()
H A Dwmi.c6595 config.num_vdevs = __cpu_to_le32(TARGET_NUM_VDEVS); in ath10k_wmi_op_gen_init()