Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Ddp_tx.c692 u32 ring_entry_sz; in ath12k_dp_tx_htt_srng_setup() local
741 ring_entry_sz = ret; in ath12k_dp_tx_htt_srng_setup()
743 ring_entry_sz >>= 2; in ath12k_dp_tx_htt_srng_setup()
744 cmd->info1 = le32_encode_bits(ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
746 cmd->info1 |= le32_encode_bits(params.num_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
768 le32_encode_bits(params.intr_batch_cntr_thres_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
/Linux-v6.6/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()