Searched refs:sq_bi (Results 1 – 2 of 2) sorted by relevance
924 struct ice_dma_mem *sq_bi; member
1389 cq->sq.r.sq_bi = (struct ice_dma_mem *)cq->sq.dma_head; in ice_alloc_sq_bufs()1395 bi = &cq->sq.r.sq_bi[i]; in ice_alloc_sq_bufs()1406 ice_free_dma_mem(hw, &cq->sq.r.sq_bi[i]); in ice_alloc_sq_bufs()1407 cq->sq.r.sq_bi = NULL; in ice_alloc_sq_bufs()1975 dma_buf = &cq->sq.r.sq_bi[cq->sq.next_to_use]; in ice_sq_send_cmd_nolock()