src_qword 870 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c u64 src_qword, mask; src_qword 893 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c src_qword = *(u64 *)from; src_qword 894 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c src_qword &= mask; src_qword 898 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c src_qword <<= shift_width; src_qword 906 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c dest_qword |= cpu_to_le64(src_qword); /* add in the new bits */ src_qword 3072 drivers/net/ethernet/intel/ice/ice_common.c u64 src_qword, mask; src_qword 3095 drivers/net/ethernet/intel/ice/ice_common.c src_qword = *(u64 *)from; src_qword 3096 drivers/net/ethernet/intel/ice/ice_common.c src_qword &= mask; src_qword 3100 drivers/net/ethernet/intel/ice/ice_common.c src_qword <<= shift_width; src_qword 3108 drivers/net/ethernet/intel/ice/ice_common.c dest_qword |= cpu_to_le64(src_qword); /* add in the new bits */