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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c818 __le32 dest_dword; local
848 memcpy(&dest_dword, dest, sizeof(dest_dword));
850 dest_dword &= ~(cpu_to_le32(mask)); /* get the bits not changing */
851 dest_dword |= cpu_to_le32(src_dword); /* add in the new bits */
854 memcpy(dest, &dest_dword, sizeof(dest_dword));
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c4437 __le32 dest_dword; local
4458 memcpy(&dest_dword, dest, sizeof(dest_dword));
4460 dest_dword &= ~(cpu_to_le32(mask)); /* get the bits not changing */
4461 dest_dword |= cpu_to_le32(src_dword); /* add in the new bits */
4464 memcpy(dest, &dest_dword, sizeof(dest_dword));

Completed in 146 milliseconds