Searched refs:dest_word (Results 1 – 1 of 1) sorted by relevance
799 __le16 dest_word; in i40e_write_word() local821 memcpy(&dest_word, dest, sizeof(dest_word)); in i40e_write_word()823 dest_word &= ~(cpu_to_le16(mask)); /* get the bits not changing */ in i40e_write_word()824 dest_word |= cpu_to_le16(src_word); /* add in the new bits */ in i40e_write_word()827 memcpy(dest, &dest_word, sizeof(dest_word)); in i40e_write_word()