Searched defs:cpu_to_be64 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ofed/include/infiniband/
H A Dbyteorder.h46 #define cpu_to_be64 htobe64 macro
/freebsd-10-stable/sys/ofed/include/asm/
H A Dbyteorder.h49 #define cpu_to_be64 htobe64 macro
/freebsd-10-stable/contrib/ofed/librdmacm/examples/
H A Dcmatose.c49 static inline uint64_t cpu_to_be64(uint64_t x) { return x; } function
52 static inline uint64_t cpu_to_be64(uint64_t x) { return bswap_64(x); } function
/freebsd-10-stable/sys/dev/cxgbe/
H A Dosdep.h108 #define cpu_to_be64(x) htobe64(x) macro
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dt4.h61 #define cpu_to_be64 htonll macro

Completed in 66 milliseconds