Lines Matching refs:src_dword
4934 u32 src_dword, mask;
4957 src_dword = *(u32 *)from;
4958 src_dword &= mask;
4962 src_dword <<= shift_width;
4970 dest_dword |= CPU_TO_LE32(src_dword); /* add in the new bits */
5213 __le32 src_dword;
5235 ice_memcpy(&src_dword, src, sizeof(src_dword), ICE_NONDMA_TO_NONDMA);
5240 src_dword &= CPU_TO_LE32(mask);
5243 dest_dword = LE32_TO_CPU(src_dword);