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)
120 #define CPU_TO_LE64(h) htole64(h) macro
58 #define CPU_TO_LE64(x) (x) macro
102 #define CPU_TO_LE64(h) htole64(h) macro
940 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in i40e_write_qword()941 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in i40e_write_qword()1119 src_qword &= ~(CPU_TO_LE64(mask)); in i40e_read_qword()
60 #define CPU_TO_LE64(x) (x) macro
317 #define CPU_TO_LE64 htole64 macro
4520 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in ice_write_qword()4521 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in ice_write_qword()4788 src_qword &= ~(CPU_TO_LE64(mask)); in ice_read_qword()