Searched refs:CPU_TO_LE64 (Results 1 – 6 of 6) sorted by relevance
75 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
201 #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()
81 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) macro
3006 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()
4559 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()