Searched refs:RGE_BSWAP_64 (Results 1 – 2 of 2) sorted by relevance
176 *val = RGE_BSWAP_64(bstp->brdcst_rcv); in rge_m_stat()188 *val = RGE_BSWAP_64(bstp->xmt_err); in rge_m_stat()200 *val = RGE_BSWAP_64(bstp->rcv_ok); in rge_m_stat()208 *val = RGE_BSWAP_64(bstp->xmt_ok); in rge_m_stat()
580 #define RGE_BSWAP_64(x) (RGE_BSWAP_32((x) >> 32) | \ macro585 #define RGE_BSWAP_64(x) (x) macro