Home
last modified time | relevance | path

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

/openbmc/linux/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.c5340 if (ar->num_created_vdevs > (TARGET_NUM_VDEVS - 1)) { in ath12k_mac_op_add_interface()
5342 TARGET_NUM_VDEVS); in ath12k_mac_op_add_interface()
7412 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()
/openbmc/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.c1721 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.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()
9594 ar->hw->wiphy->mbssid_max_interfaces = TARGET_NUM_VDEVS(ab); in __ath11k_mac_register()
9679 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_mac_register()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h684 #define TARGET_NUM_VDEVS 8 macro
692 (TARGET_NUM_VDEVS))
H A Dcore.c2674 ar->max_num_vdevs = TARGET_NUM_VDEVS; in ath10k_core_init_firmware_features()
H A Dwmi.c6587 config.num_vdevs = __cpu_to_le32(TARGET_NUM_VDEVS); in ath10k_wmi_op_gen_init()