Home
last modified time | relevance | path

Searched refs:TARGET_NUM_VDEVS (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhw.h14 #define TARGET_NUM_VDEVS (16 + 1) macro
16 #define TARGET_NUM_PEERS_PDEV (512 + TARGET_NUM_VDEVS)
33 4 * TARGET_NUM_VDEVS + 8)
H A Dcore.c715 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1; in ath11k_core_reconfigure_on_crash()
H A Dhw.c83 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS; in ath11k_init_wmi_config_ipq8074()
H A Dmac.c4454 if (ar->num_created_vdevs > (TARGET_NUM_VDEVS - 1)) { in ath11k_mac_op_add_interface()
4456 TARGET_NUM_VDEVS); in ath11k_mac_op_add_interface()
6415 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1; in ath11k_mac_register()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhw.h18 #define TARGET_NUM_VDEVS (16 + 1) macro
20 #define TARGET_NUM_PEERS_PDEV (512 + TARGET_NUM_VDEVS)
37 4 * TARGET_NUM_VDEVS + 8)
H A Dcore.c637 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1; in ath12k_core_reconfigure_on_crash()
H A Dmac.c5334 if (ar->num_created_vdevs > (TARGET_NUM_VDEVS - 1)) { in ath12k_mac_op_add_interface()
5336 TARGET_NUM_VDEVS); in ath12k_mac_op_add_interface()
7391 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1; in ath12k_mac_register()
H A Dwmi.c179 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS; in ath12k_wmi_init_qcn9274()
/kernel/linux/linux-6.6/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.c1721 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_core_reconfigure_on_crash()
H A Dmac.c6747 if (ar->num_created_vdevs > (TARGET_NUM_VDEVS(ab) - 1)) { in ath11k_mac_op_add_interface()
6749 ar->num_created_vdevs, TARGET_NUM_VDEVS(ab)); in ath11k_mac_op_add_interface()
9588 ar->hw->wiphy->mbssid_max_interfaces = TARGET_NUM_VDEVS(ab); in __ath11k_mac_register()
9673 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_mac_register()
H A Dhw.c154 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath11k_init_wmi_config_ipq8074()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhw.h690 #define TARGET_NUM_VDEVS 8 macro
698 (TARGET_NUM_VDEVS))
H A Dcore.c2459 ar->max_num_vdevs = TARGET_NUM_VDEVS; in ath10k_core_init_firmware_features()
H A Dwmi.c6566 config.num_vdevs = __cpu_to_le32(TARGET_NUM_VDEVS); in ath10k_wmi_op_gen_init()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhw.h683 #define TARGET_NUM_VDEVS 8 macro
691 (TARGET_NUM_VDEVS))
H A Dcore.c2671 ar->max_num_vdevs = TARGET_NUM_VDEVS; in ath10k_core_init_firmware_features()
H A Dwmi.c6566 config.num_vdevs = __cpu_to_le32(TARGET_NUM_VDEVS); in ath10k_wmi_op_gen_init()

Completed in 73 milliseconds