Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h48 #define TARGET_NUM_TIDS(x) (2 * TARGET_NUM_PEERS(x) + \ macro
/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.c158 config->num_tids = TARGET_NUM_TIDS(ab, DBS); in ath11k_init_wmi_config_ipq8074()
161 config->num_tids = TARGET_NUM_TIDS(ab, DBS_SBS); in ath11k_init_wmi_config_ipq8074()
165 config->num_tids = TARGET_NUM_TIDS(ab, SINGLE); in ath11k_init_wmi_config_ipq8074()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h690 #define TARGET_NUM_TIDS ((TARGET_NUM_PEERS) * 2) macro
H A Dwmi.c6596 config.num_tids = __cpu_to_le32(TARGET_NUM_TIDS); in ath10k_wmi_op_gen_init()