Home
last modified time | relevance | path

Searched refs:LE64_TO_CPU (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h72 #define LE64_TO_CPU(k) LE_64(k) macro
H A Di40e_transceiver.c1487 stword = LE64_TO_CPU(cur_desc->wb.qword1.status_error_len); in i40e_ring_rx()
1581 stword = LE64_TO_CPU(cur_desc->wb.qword1.status_error_len); in i40e_ring_rx()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c1122 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()