Searched refs:ice_alloc_dma_mem (Results 1 – 2 of 2) sorted by relevance
85 cq->sq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->sq.desc_buf, size); in ice_alloc_ctrlq_sq_ring()109 cq->rq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->rq.desc_buf, size); in ice_alloc_ctrlq_rq_ring()153 bi->va = ice_alloc_dma_mem(hw, bi, cq->rq_buf_size); in ice_alloc_rq_bufs()214 bi->va = ice_alloc_dma_mem(hw, bi, cq->sq_buf_size); in ice_alloc_sq_bufs()
245 ice_alloc_dma_mem(__rte_unused struct ice_hw *hw, in ice_alloc_dma_mem() function