Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_controlq.c890 struct ice_dma_mem *dma_buf = NULL; in ice_sq_send_cmd_nolock() local
963 dma_buf = &cq->sq.r.sq_bi[cq->sq.next_to_use]; in ice_sq_send_cmd_nolock()
965 ice_memcpy(dma_buf->va, buf, buf_size, ICE_NONDMA_TO_DMA); in ice_sq_send_cmd_nolock()
972 CPU_TO_LE32(ICE_HI_DWORD(dma_buf->pa)); in ice_sq_send_cmd_nolock()
974 CPU_TO_LE32(ICE_LO_DWORD(dma_buf->pa)); in ice_sq_send_cmd_nolock()
1008 ice_memcpy(buf, dma_buf->va, copy_size, in ice_sq_send_cmd_nolock()