Searched defs:le16_to_cpu (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h13 #define le16_to_cpu(x) __bswap_16(x) macro
H A Dlittle_bswap.h13 #define le16_to_cpu(x) (x) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h136 #define le16_to_cpu(x) LE_16((uint16_t)(x)) macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h91 #define le16_to_cpu(x) cpu_to_le16(x) macro
98 #define le16_to_cpu(x) (x) macro

Completed in 66 milliseconds