Home
last modified time | relevance | path

Searched defs:cpu_to_le16 (Results 1 – 4 of 4) sorted by relevance

/titanic_52/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h9 #define cpu_to_le16(x) __bswap_16(x) macro
H A Dlittle_bswap.h9 #define cpu_to_le16(x) (x) macro
/titanic_52/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h139 #define cpu_to_le16(x) LE_16((uint16_t)(x)) macro
/titanic_52/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h88 #define cpu_to_le16(x) BSWAP_16(x) macro