Home
last modified time | relevance | path

Searched refs:TARGET_NUM_MSDU_DESC (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhw.h63 #define TARGET_NUM_MSDU_DESC (2500) macro
H A Dwmi.c222 config->num_msdu_desc = TARGET_NUM_MSDU_DESC; in ath12k_wmi_init_qcn9274()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhw.h61 #define TARGET_NUM_MSDU_DESC (2500) macro
H A Dhw.c197 config->num_msdu_desc = TARGET_NUM_MSDU_DESC; in ath11k_init_wmi_config_ipq8074()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhw.h712 #define TARGET_NUM_MSDU_DESC (1024 + 400) macro
H A Dce.c1885 BUILD_BUG_ON(2 * TARGET_NUM_MSDU_DESC > in ath10k_ce_alloc_pipe()
H A Dcore.c2749 ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
H A Dwmi.c6703 config.num_msdu_desc = __cpu_to_le32(TARGET_NUM_MSDU_DESC); in ath10k_wmi_op_gen_init()