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

/freebsd-13-stable/sys/dev/ixl/
H A Di40e_lan_hmc.c790 i40e_memcpy(&dest_byte, dest, sizeof(dest_byte), I40E_DMA_TO_NONDMA);
834 i40e_memcpy(&dest_word, dest, sizeof(dest_word), I40E_DMA_TO_NONDMA);
886 i40e_memcpy(&dest_dword, dest, sizeof(dest_dword), I40E_DMA_TO_NONDMA);
938 i40e_memcpy(&dest_qword, dest, sizeof(dest_qword), I40E_DMA_TO_NONDMA);
971 i40e_memcpy(&dest_byte, src, sizeof(dest_byte), I40E_DMA_TO_NONDMA);
1009 i40e_memcpy(&src_word, src, sizeof(src_word), I40E_DMA_TO_NONDMA);
1061 i40e_memcpy(&src_dword, src, sizeof(src_dword), I40E_DMA_TO_NONDMA);
1114 i40e_memcpy(&src_qword, src, sizeof(src_qword), I40E_DMA_TO_NONDMA);
H A Di40e_adminq.c986 I40E_DMA_TO_NONDMA);
989 I40E_DMA_TO_NONDMA);
1017 sizeof(struct i40e_aq_desc), I40E_DMA_TO_NONDMA);
1118 I40E_DMA_TO_NONDMA);
1124 e->msg_len, I40E_DMA_TO_NONDMA);
H A Di40e_type.h190 I40E_DMA_TO_NONDMA enumerator in enum:i40e_memcpy_type

Completed in 119 milliseconds