Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h574 #define RGE_BSWAP_16(x) ((((x) & 0xff00) >> 8) | \ macro
583 #define RGE_BSWAP_16(x) (x) macro