Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c901 u32 ring_entry_sz; in ath11k_dp_tx_htt_srng_setup() local
949 ring_entry_sz = ret; in ath11k_dp_tx_htt_srng_setup()
951 ring_entry_sz >>= 2; in ath11k_dp_tx_htt_srng_setup()
953 ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
955 params.num_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
981 params.intr_batch_cntr_thres_entries * ring_entry_sz); in ath11k_dp_tx_htt_srng_setup()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_htt.c736 u32 ring_entry_sz; in ath12k_dp_tx_htt_srng_setup() local
785 ring_entry_sz = ret; in ath12k_dp_tx_htt_srng_setup()
787 ring_entry_sz >>= 2; in ath12k_dp_tx_htt_srng_setup()
788 cmd->info1 = le32_encode_bits(ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
790 cmd->info1 |= le32_encode_bits(params.num_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()
812 le32_encode_bits(params.intr_batch_cntr_thres_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup()