Home
last modified time | relevance | path

Searched refs:ring_entry_sz (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_tx.c845 u32 ring_entry_sz; in ath12k_dp_tx_htt_srng_setup() local
894 ring_entry_sz = ret; in ath12k_dp_tx_htt_srng_setup()
896 ring_entry_sz >>= 2; in ath12k_dp_tx_htt_srng_setup()
897 cmd->info1 = le32_encode_bits(ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
899 cmd->info1 |= le32_encode_bits(params.num_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
921 le32_encode_bits(params.intr_batch_cntr_thres_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddp_tx.c883 u32 ring_entry_sz; in ath11k_dp_tx_htt_srng_setup() local
931 ring_entry_sz = ret; in ath11k_dp_tx_htt_srng_setup()
933 ring_entry_sz >>= 2; in ath11k_dp_tx_htt_srng_setup()
935 ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
937 params.num_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
963 params.intr_batch_cntr_thres_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()