Home
last modified time | relevance | path

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

/f-stack/freebsd/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)
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h66 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h182 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
H A Di40e_lan_hmc.c910 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in i40e_write_qword()
911 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in i40e_write_qword()
1089 src_qword &= ~(CPU_TO_LE64(mask)); in i40e_read_qword()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_fdir.c708 fdir_desc->qidx_compq_space_stat = CPU_TO_LE64(qword); in ice_set_fd_desc_val()
729 fdir_desc->dtype_cmd_vsi_fdid = CPU_TO_LE64(qword); in ice_set_fd_desc_val()
H A Dice_osdep.h73 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
H A Dice_common.c3820 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in ice_write_qword()
3821 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in ice_write_qword()
4038 src_qword &= ~(CPU_TO_LE64(mask)); in ice_read_qword()