Searched refs:CPU_TO_LE64 (Results 1 – 9 of 9) sorted by relevance
308 #define CPU_TO_LE64(val) SwapUint64(val) macro345 #define LE64_TO_CPU(val) CPU_TO_LE64(val)
119 #define CPU_TO_LE64(h) htole64(h) macro
56 #define CPU_TO_LE64(x) (x) macro
101 #define CPU_TO_LE64(h) htole64(h) macro
939 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in i40e_write_qword()940 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in i40e_write_qword()1118 src_qword &= ~(CPU_TO_LE64(mask)); in i40e_read_qword()
58 #define CPU_TO_LE64(x) (x) macro
318 #define CPU_TO_LE64 htole64 macro
5020 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in ice_get_ctx() 5021 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in ice_get_ctx() 5291 src_qword &= CPU_TO_LE64(mask);