Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c760 struct i40e_dma_mem *dma_buff = NULL; in i40e_asq_send_command() local
854 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in i40e_asq_send_command()
856 i40e_memcpy(dma_buff->va, buff, buff_size, in i40e_asq_send_command()
864 CPU_TO_LE32(I40E_HI_DWORD(dma_buff->pa)); in i40e_asq_send_command()
866 CPU_TO_LE32(I40E_LO_DWORD(dma_buff->pa)); in i40e_asq_send_command()
901 i40e_memcpy(buff, dma_buff->va, buff_size, in i40e_asq_send_command()