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->sq_buf_size);
bi->va = ice_alloc_dma_mem(hw, bi, cq->rq_buf_size);
txq->tx_base = ice_alloc_dma_mem(&sc->hw, &txq->tx_desc_mem,
rxq->rx_base = ice_alloc_dma_mem(&sc->hw, &rxq->rx_desc_mem,