Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Ddp_tx.c695 u32 ring_entry_sz; in ath12k_dp_tx_htt_srng_setup() local
744 ring_entry_sz = ret; in ath12k_dp_tx_htt_srng_setup()
746 ring_entry_sz >>= 2; in ath12k_dp_tx_htt_srng_setup()
747 cmd->info1 = le32_encode_bits(ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
749 cmd->info1 |= le32_encode_bits(params.num_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
771 le32_encode_bits(params.intr_batch_cntr_thres_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
/drivers/net/wireless/ath/ath11k/
Ddp_tx.c875 u32 ring_entry_sz; in ath11k_dp_tx_htt_srng_setup() local
923 ring_entry_sz = ret; in ath11k_dp_tx_htt_srng_setup()
925 ring_entry_sz >>= 2; in ath11k_dp_tx_htt_srng_setup()
927 ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
929 params.num_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
955 params.intr_batch_cntr_thres_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()