Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq.c650 struct iavf_dma_mem *dma_buff = NULL; in iavf_asq_send_command() local
744 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in iavf_asq_send_command()
746 iavf_memcpy(dma_buff->va, buff, buff_size, in iavf_asq_send_command()
754 CPU_TO_LE32(IAVF_HI_DWORD(dma_buff->pa)); in iavf_asq_send_command()
756 CPU_TO_LE32(IAVF_LO_DWORD(dma_buff->pa)); in iavf_asq_send_command()
791 iavf_memcpy(buff, dma_buff->va, buff_size, in iavf_asq_send_command()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c854 struct i40e_dma_mem *dma_buff = NULL; local
948 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]);
950 i40e_memcpy(dma_buff->va, buff, buff_size,
958 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa));
960 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa));
995 i40e_memcpy(buff, dma_buff->va, buff_size,