Lines Matching refs:dma_head
176 cq->rq.dma_head = ice_calloc(hw, cq->num_rq_entries,
178 if (!cq->rq.dma_head)
180 cq->rq.r.rq_bi = (struct ice_dma_mem *)cq->rq.dma_head;
221 ice_free(hw, cq->rq.dma_head);
222 cq->rq.dma_head = NULL;
238 cq->sq.dma_head = ice_calloc(hw, cq->num_sq_entries,
240 if (!cq->sq.dma_head)
242 cq->sq.r.sq_bi = (struct ice_dma_mem *)cq->sq.dma_head;
261 ice_free(hw, cq->sq.dma_head);
262 cq->sq.dma_head = NULL;
333 ice_free(hw, (qi)->ring.dma_head); \