Searched refs:RGE_BSWAP_16 (Results 1 – 2 of 2) sorted by relevance
178 *val = RGE_BSWAP_16(bstp->in_discards); in rge_m_stat()210 *val = RGE_BSWAP_16(bstp->frame_err); in rge_m_stat()
574 #define RGE_BSWAP_16(x) ((((x) & 0xff00) >> 8) | \ macro583 #define RGE_BSWAP_16(x) (x) macro