Home
last modified time | relevance | path

Searched refs:ice_dma_mem (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_controlq.h69 struct ice_dma_mem desc_buf; /* descriptor ring memory */
72 struct ice_dma_mem *sq_bi;
73 struct ice_dma_mem *rq_bi;
H A Dice_osdep.h390 struct ice_dma_mem { struct
401 void * ice_alloc_dma_mem(struct ice_hw *hw, struct ice_dma_mem *mem, u64 size); argument
402 void ice_free_dma_mem(struct ice_hw __unused *hw, struct ice_dma_mem *mem);
H A Dice_osdep.c370 ice_alloc_dma_mem(struct ice_hw *hw, struct ice_dma_mem *mem, u64 size) in ice_alloc_dma_mem()
435 ice_free_dma_mem(struct ice_hw __unused *hw, struct ice_dma_mem *mem) in ice_free_dma_mem()
H A Dice_controlq.c165 cq->rq.r.rq_bi = (struct ice_dma_mem *)cq->rq.dma_head; in ice_alloc_rq_bufs()
170 struct ice_dma_mem *bi; in ice_alloc_rq_bufs()
227 cq->sq.r.sq_bi = (struct ice_dma_mem *)cq->sq.dma_head; in ice_alloc_sq_bufs()
231 struct ice_dma_mem *bi; in ice_alloc_sq_bufs()
952 struct ice_dma_mem *dma_buf = NULL; in ice_sq_send_cmd_nolock()
1176 struct ice_dma_mem *bi; in ice_clean_rq_elem()