Lines Matching refs:desc_buf
127 cq->sq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->sq.desc_buf, size);
128 if (!cq->sq.desc_buf.va)
144 cq->rq.desc_buf.va = ice_alloc_dma_mem(hw, &cq->rq.desc_buf, size);
145 if (!cq->rq.desc_buf.va)
160 ice_free_dma_mem(hw, &ring->desc_buf);
177 sizeof(cq->rq.desc_buf));
239 sizeof(cq->sq.desc_buf));
276 wr32(hw, ring->bal, ICE_LO_DWORD(ring->desc_buf.pa));
277 wr32(hw, ring->bah, ICE_HI_DWORD(ring->desc_buf.pa));
280 if (rd32(hw, ring->bal) != ICE_LO_DWORD(ring->desc_buf.pa))