Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/rge/
H A Drge_kstats.c176 *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()
H A Drge.h580 #define RGE_BSWAP_64(x) (RGE_BSWAP_32((x) >> 32) | \ macro
585 #define RGE_BSWAP_64(x) (x) macro