Home
last modified time | relevance | path

Searched refs:GETSTAT (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/iprb/
H A Diprb.c1039 if (GETSTAT(sp, STATS_DONE_OFFSET) == STATS_RST_DONE) { in iprb_update_stats()
1050 ip->ex_coll += GETSTAT(sp, STATS_TX_MAXCOL_OFFSET); in iprb_update_stats()
1051 ip->late_coll += GETSTAT(sp, STATS_TX_LATECOL_OFFSET); in iprb_update_stats()
1052 ip->uflo += GETSTAT(sp, STATS_TX_UFLO_OFFSET); in iprb_update_stats()
1053 ip->defer_xmt += GETSTAT(sp, STATS_TX_DEFER_OFFSET); in iprb_update_stats()
1054 ip->one_coll += GETSTAT(sp, STATS_TX_ONECOL_OFFSET); in iprb_update_stats()
1055 ip->multi_coll += GETSTAT(sp, STATS_TX_MULTCOL_OFFSET); in iprb_update_stats()
1056 ip->collisions += GETSTAT(sp, STATS_TX_TOTCOL_OFFSET); in iprb_update_stats()
1057 ip->fcs_errs += GETSTAT(sp, STATS_RX_FCS_OFFSET); in iprb_update_stats()
1058 ip->align_errs += GETSTAT(sp, STATS_RX_ALIGN_OFFSET); in iprb_update_stats()
[all …]
H A Diprb.h372 #define GETSTAT(sp, o) GETDMA32(sp, o) macro
/titanic_44/usr/src/uts/common/io/yge/
H A Dyge.h1854 #define GETSTAT(ring, i) \ macro
H A Dyge.c2201 status = GETSTAT(ring, cons); in yge_handle_events()