Home
last modified time | relevance | path

Searched refs:CPU_TO_LE64 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Dendian_ext.h308 #define CPU_TO_LE64(val) SwapUint64(val) macro
345 #define LE64_TO_CPU(val) CPU_TO_LE64(val)
/freebsd/sys/dev/iavf/
H A Diavf_osdep.h119 #define CPU_TO_LE64(h) htole64(h) macro
/freebsd/sys/dev/hptrr/
H A Dosm.h56 #define CPU_TO_LE64(x) (x) macro
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h101 #define CPU_TO_LE64(h) htole64(h) macro
H A Di40e_lan_hmc.c939 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()
/freebsd/sys/dev/hpt27xx/
H A Dosm.h58 #define CPU_TO_LE64(x) (x) macro
/freebsd/sys/dev/hptnr/
H A Dosm.h56 #define CPU_TO_LE64(x) (x) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h318 #define CPU_TO_LE64 htole64 macro
H A Dice_common.c4728 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in ice_write_qword()
4729 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in ice_write_qword()
4999 src_qword &= CPU_TO_LE64(mask); in ice_read_qword()