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

/freebsd-12-stable/sys/dev/ixl/
H A Di40e_adminq.c847 struct i40e_dma_mem *dma_buff = NULL; local
941 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]);
943 i40e_memcpy(dma_buff->va, buff, buff_size,
951 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa));
953 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa));
988 i40e_memcpy(buff, dma_buff->va, buff_size,

Completed in 80 milliseconds