Searched refs:dest_word (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
H A Di40e_lan_hmc.c812 __le16 dest_word; local
834 i40e_memcpy(&dest_word, dest, sizeof(dest_word), I40E_DMA_TO_NONDMA);
836 dest_word &= ~(CPU_TO_LE16(mask)); /* get the bits not changing */
837 dest_word |= CPU_TO_LE16(src_word); /* add in the new bits */
840 i40e_memcpy(dest, &dest_word, sizeof(dest_word), I40E_NONDMA_TO_DMA);
994 u16 dest_word, mask; local
1017 dest_word = LE16_TO_CPU(src_word);
1019 dest_word >>
[all...]
/freebsd-12-stable/sys/dev/ice/
H A Dice_common.c3886 __le16 dest_word; local
3910 ice_memcpy(&dest_word, dest, sizeof(dest_word), ICE_DMA_TO_NONDMA);
3912 dest_word &= ~(CPU_TO_LE16(mask)); /* get the bits not changing */
3913 dest_word |= CPU_TO_LE16(src_word); /* add in the new bits */
3916 ice_memcpy(dest, &dest_word, sizeof(dest_word), ICE_NONDMA_TO_DMA);
4110 u16 dest_word, mask; local
4133 dest_word = LE16_TO_CPU(src_word);
4135 dest_word >>
[all...]

Completed in 98 milliseconds