Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dhw.c87 config->num_tids = TARGET_NUM_TIDS(DBS); in ath11k_init_wmi_config_ipq8074()
90 config->num_tids = TARGET_NUM_TIDS(DBS_SBS); in ath11k_init_wmi_config_ipq8074()
94 config->num_tids = TARGET_NUM_TIDS(SINGLE); in ath11k_init_wmi_config_ipq8074()
Dhw.h32 #define TARGET_NUM_TIDS(x) (2 * TARGET_NUM_PEERS(x) + \ macro
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhw.h699 #define TARGET_NUM_TIDS ((TARGET_NUM_PEERS) * 2) macro
Dwmi.c6565 config.num_tids = __cpu_to_le32(TARGET_NUM_TIDS); in ath10k_wmi_op_gen_init()