Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h576 #define RGE_BSWAP_32(x) ((((x) & 0xff000000) >> 24) | \ macro
584 #define RGE_BSWAP_32(x) (x) macro