Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h636 #define HTON16(_val16) (_val16) argument
642 #define NTOH16(_val16) (_val16) argument
651 #define HTON16(_val16) (((_val16 & 0xff00) >> 8) | ((_val16 & 0xff) << 8)) argument
657 #define NTOH16(_val16) HTON16(_val16) argument