Searched defs:src_word (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c804 u16 src_word, mask; local
819 src_word = *(u16 *)from;
820 src_word &= mask;
824 src_word <<= shift_width;
832 dest_word |= CPU_TO_LE16(src_word); /* add in the new bits */
992 __le16 src_word; local
1004 i40e_memcpy(&src_word, src, sizeof(src_word), I40E_DMA_TO_NONDMA);
1009 src_word &= ~(CPU_TO_LE16(mask));
1012 dest_word = LE16_TO_CPU(src_word);
[all...]

Completed in 79 milliseconds