Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_controlq.c940 struct ice_dma_mem *dma_buf = NULL; in ice_sq_send_cmd_nolock() local
1013 dma_buf = &cq->sq.r.sq_bi[cq->sq.next_to_use]; in ice_sq_send_cmd_nolock()
1015 ice_memcpy(dma_buf->va, buf, buf_size, ICE_NONDMA_TO_DMA); in ice_sq_send_cmd_nolock()
1022 CPU_TO_LE32(ICE_HI_DWORD(dma_buf->pa)); in ice_sq_send_cmd_nolock()
1024 CPU_TO_LE32(ICE_LO_DWORD(dma_buf->pa)); in ice_sq_send_cmd_nolock()
1058 ice_memcpy(buf, dma_buf->va, copy_size, in ice_sq_send_cmd_nolock()