Home
last modified time | relevance | path

Searched refs:le64_to_cpu (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h156 #define le64_to_cpu(x) LE_64((uint64_t)(x)) macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h89 #define le64_to_cpu(x) cpu_to_le64(x) macro
96 #define le64_to_cpu(x) (x)
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c667 uncongested = le64_to_cpu(uncongested); in rdsv3_ib_cong_recv()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2172 (uint32_t)(le64_to_cpu(*curr_ial_ptr) & in ql_build_rx_mp()
2175 done = (uint32_t)(le64_to_cpu(*curr_ial_ptr) & 1); in ql_build_rx_mp()