Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c178 *val = RGE_BSWAP_16(bstp->in_discards); in rge_m_stat()
210 *val = RGE_BSWAP_16(bstp->frame_err); in rge_m_stat()
H A Drge.h574 #define RGE_BSWAP_16(x) ((((x) & 0xff00) >> 8) | \ macro
583 #define RGE_BSWAP_16(x) (x) macro