Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixl/
HDi40e_adminq.c769 struct i40e_dma_mem *dma_buff = NULL; in i40e_asq_send_command() local
863 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in i40e_asq_send_command()
865 i40e_memcpy(dma_buff->va, buff, buff_size, in i40e_asq_send_command()
873 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa)); in i40e_asq_send_command()
875 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa)); in i40e_asq_send_command()
911 i40e_memcpy(buff, dma_buff->va, buff_size, in i40e_asq_send_command()