dest_qword        873 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c 	__le64 dest_qword;
dest_qword        903 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c 	memcpy(&dest_qword, dest, sizeof(dest_qword));
dest_qword        905 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c 	dest_qword &= ~(cpu_to_le64(mask));	/* get the bits not changing */
dest_qword        906 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c 	dest_qword |= cpu_to_le64(src_qword);	/* add in the new bits */
dest_qword        909 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c 	memcpy(dest, &dest_qword, sizeof(dest_qword));
dest_qword       3073 drivers/net/ethernet/intel/ice/ice_common.c 	__le64 dest_qword;
dest_qword       3105 drivers/net/ethernet/intel/ice/ice_common.c 	memcpy(&dest_qword, dest, sizeof(dest_qword));
dest_qword       3107 drivers/net/ethernet/intel/ice/ice_common.c 	dest_qword &= ~(cpu_to_le64(mask));	/* get the bits not changing */
dest_qword       3108 drivers/net/ethernet/intel/ice/ice_common.c 	dest_qword |= cpu_to_le64(src_qword);	/* add in the new bits */
dest_qword       3111 drivers/net/ethernet/intel/ice/ice_common.c 	memcpy(dest, &dest_qword, sizeof(dest_qword));