Searched refs:CPU_TO_LE64 (Results 1 – 7 of 7) sorted by relevance
308 #define CPU_TO_LE64(val) SwapUint64(val) macro345 #define LE64_TO_CPU(val) CPU_TO_LE64(val)
66 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
182 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
910 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()
708 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()
73 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
3820 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()