ice_alloc_dma_mem
cq->sq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->sq.desc_buf, size);
cq->rq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->rq.desc_buf, size);
bi->va = ice_alloc_dma_mem(hw, bi, cq->rq_buf_size);
bi->va = ice_alloc_dma_mem(hw, bi, cq->sq_buf_size);
void * ice_alloc_dma_mem(struct ice_hw *hw, struct ice_dma_mem *mem, u64 size);