Searched refs:dma_buff (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq.c | 654 struct iavf_dma_mem *dma_buff = NULL; in iavf_asq_send_command() local 748 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in iavf_asq_send_command() 750 iavf_memcpy(dma_buff->va, buff, buff_size, in iavf_asq_send_command() 758 CPU_TO_LE32(IAVF_HI_DWORD(dma_buff->pa)); in iavf_asq_send_command() 760 CPU_TO_LE32(IAVF_LO_DWORD(dma_buff->pa)); in iavf_asq_send_command() 795 iavf_memcpy(buff, dma_buff->va, buff_size, in iavf_asq_send_command()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq.c | 861 struct i40e_dma_mem *dma_buff = NULL; local 953 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); 955 i40e_memcpy(dma_buff->va, buff, buff_size, 963 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa)); 965 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa)); 1000 i40e_memcpy(buff, dma_buff->va, buff_size,
|