Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h147 #define cpu_to_be64(x) BE_64((uint64_t)(x)) macro
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.h54 #define cpu_to_be64(x) (x) macro
59 #define cpu_to_be64(x) BSWAP_64(x) macro