Home
last modified time | relevance | path

Searched defs:be64_to_cpu (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h52 #define be64_to_cpu(x) (x) macro
57 #define be64_to_cpu(x) BSWAP_64(x) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h162 #define be64_to_cpu(x) BE_64((uint64_t)(x)) macro