Home
last modified time | relevance | path

Searched refs:TARGET_NUM_PEERS (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dhw.h32 #define TARGET_NUM_PEERS(ab, x) TARGET_NUM_PEERS_##x(ab) macro
34 #define TARGET_NUM_TIDS(ab, x) (2 * TARGET_NUM_PEERS(ab, x) + \
Dhw.c157 config->num_peers = TARGET_NUM_PEERS(ab, DBS); in ath11k_init_wmi_config_ipq8074()
160 config->num_peers = TARGET_NUM_PEERS(ab, DBS_SBS); in ath11k_init_wmi_config_ipq8074()
164 config->num_peers = TARGET_NUM_PEERS(ab, SINGLE); in ath11k_init_wmi_config_ipq8074()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhw.h686 #define TARGET_NUM_PEERS ((TARGET_NUM_STATIONS) + \ macro
691 #define TARGET_NUM_TIDS ((TARGET_NUM_PEERS) * 2)
Dcore.c2643 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
Dwmi.c6567 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()