Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c884 u32 ring_entry_sz; in ath11k_dp_tx_htt_srng_setup() local
932 ring_entry_sz = ret; in ath11k_dp_tx_htt_srng_setup()
934 ring_entry_sz >>= 2; in ath11k_dp_tx_htt_srng_setup()
936 ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
938 params.num_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
964 params.intr_batch_cntr_thres_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c1166 u32 ring_entry_sz; in ath12k_dp_tx_htt_srng_setup() local
1215 ring_entry_sz = ret; in ath12k_dp_tx_htt_srng_setup()
1217 ring_entry_sz >>= 2; in ath12k_dp_tx_htt_srng_setup()
1218 cmd->info1 = le32_encode_bits(ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
1220 cmd->info1 |= le32_encode_bits(params.num_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
1242 le32_encode_bits(params.intr_batch_cntr_thres_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()