Home
last modified time | relevance | path

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

/dpdk/drivers/common/iavf/
H A Diavf_osdep.h75 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h201 #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()
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h81 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
H A Dice_fdir.c3006 fdir_desc->qidx_compq_space_stat = CPU_TO_LE64(qword); in ice_set_fd_desc_val()
3027 fdir_desc->dtype_cmd_vsi_fdid = CPU_TO_LE64(qword); in ice_set_fd_desc_val()
H A Dice_common.c4559 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in ice_write_qword()
4560 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in ice_write_qword()
4827 src_qword &= ~(CPU_TO_LE64(mask)); in ice_read_qword()