Home
last modified time | relevance | path

Searched refs:ice_dma_mem (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h42 struct ice_dma_mem desc_buf; /* descriptor ring memory */
46 struct ice_dma_mem *sq_bi;
47 struct ice_dma_mem *rq_bi;
H A Dice_controlq.c156 cq->rq.r.rq_bi = (struct ice_dma_mem *)cq->rq.dma_head; in ice_alloc_rq_bufs()
161 struct ice_dma_mem *bi; in ice_alloc_rq_bufs()
226 cq->sq.r.sq_bi = (struct ice_dma_mem *)cq->sq.dma_head; in ice_alloc_sq_bufs()
230 struct ice_dma_mem *bi; in ice_alloc_sq_bufs()
911 struct ice_dma_mem *dma_buf = NULL; in ice_sq_send_cmd()
1114 struct ice_dma_mem *bi; in ice_clean_rq_elem()
H A Dice_osdep.h21 struct ice_dma_mem { struct
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h43 struct ice_dma_mem desc_buf; /* descriptor ring memory */
47 struct ice_dma_mem *sq_bi;
48 struct ice_dma_mem *rq_bi;
H A Dice_controlq.c169 cq->rq.r.rq_bi = (struct ice_dma_mem *)cq->rq.dma_head; in ice_alloc_rq_bufs()
174 struct ice_dma_mem *bi; in ice_alloc_rq_bufs()
239 cq->sq.r.sq_bi = (struct ice_dma_mem *)cq->sq.dma_head; in ice_alloc_sq_bufs()
243 struct ice_dma_mem *bi; in ice_alloc_sq_bufs()
962 struct ice_dma_mem *dma_buf = NULL; in ice_sq_send_cmd()
1162 struct ice_dma_mem *bi; in ice_clean_rq_elem()
H A Dice_osdep.h29 struct ice_dma_mem { struct

Completed in 4 milliseconds