Lines Matching refs:desc_sz
538 ath11k_ce_alloc_ring(struct ath11k_base *ab, int nentries, int desc_sz) in ath11k_ce_alloc_ring() argument
555 nentries * desc_sz + CE_DESC_RING_ALIGN, in ath11k_ce_alloc_ring()
580 int desc_sz; in ath11k_ce_alloc_pipe() local
587 desc_sz = ath11k_hal_ce_get_desc_size(HAL_CE_DESC_SRC); in ath11k_ce_alloc_pipe()
588 ring = ath11k_ce_alloc_ring(ab, nentries, desc_sz); in ath11k_ce_alloc_pipe()
597 desc_sz = ath11k_hal_ce_get_desc_size(HAL_CE_DESC_DST); in ath11k_ce_alloc_pipe()
598 ring = ath11k_ce_alloc_ring(ab, nentries, desc_sz); in ath11k_ce_alloc_pipe()
603 desc_sz = ath11k_hal_ce_get_desc_size(HAL_CE_DESC_DST_STATUS); in ath11k_ce_alloc_pipe()
604 ring = ath11k_ce_alloc_ring(ab, nentries, desc_sz); in ath11k_ce_alloc_pipe()
902 int desc_sz; in ath11k_ce_free_pipes() local
912 desc_sz = ath11k_hal_ce_get_desc_size(HAL_CE_DESC_SRC); in ath11k_ce_free_pipes()
914 pipe->src_ring->nentries * desc_sz + in ath11k_ce_free_pipes()
923 desc_sz = ath11k_hal_ce_get_desc_size(HAL_CE_DESC_DST); in ath11k_ce_free_pipes()
925 pipe->dest_ring->nentries * desc_sz + in ath11k_ce_free_pipes()
934 desc_sz = in ath11k_ce_free_pipes()
937 pipe->status_ring->nentries * desc_sz + in ath11k_ce_free_pipes()