Lines Matching refs:desc_sz
544 ath12k_ce_alloc_ring(struct ath12k_base *ab, int nentries, int desc_sz) in ath12k_ce_alloc_ring() argument
561 nentries * desc_sz + CE_DESC_RING_ALIGN, in ath12k_ce_alloc_ring()
586 int desc_sz; in ath12k_ce_alloc_pipe() local
593 desc_sz = ath12k_hal_ce_get_desc_size(HAL_CE_DESC_SRC); in ath12k_ce_alloc_pipe()
594 ring = ath12k_ce_alloc_ring(ab, nentries, desc_sz); in ath12k_ce_alloc_pipe()
603 desc_sz = ath12k_hal_ce_get_desc_size(HAL_CE_DESC_DST); in ath12k_ce_alloc_pipe()
604 ring = ath12k_ce_alloc_ring(ab, nentries, desc_sz); in ath12k_ce_alloc_pipe()
609 desc_sz = ath12k_hal_ce_get_desc_size(HAL_CE_DESC_DST_STATUS); in ath12k_ce_alloc_pipe()
610 ring = ath12k_ce_alloc_ring(ab, nentries, desc_sz); in ath12k_ce_alloc_pipe()
889 int desc_sz; in ath12k_ce_free_pipes() local
896 desc_sz = ath12k_hal_ce_get_desc_size(HAL_CE_DESC_SRC); in ath12k_ce_free_pipes()
898 pipe->src_ring->nentries * desc_sz + in ath12k_ce_free_pipes()
907 desc_sz = ath12k_hal_ce_get_desc_size(HAL_CE_DESC_DST); in ath12k_ce_free_pipes()
909 pipe->dest_ring->nentries * desc_sz + in ath12k_ce_free_pipes()
918 desc_sz = in ath12k_ce_free_pipes()
921 pipe->status_ring->nentries * desc_sz + in ath12k_ce_free_pipes()