Searched refs:SRS_TX_STAT_UPDATE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_flow_impl.h | 482 #define SRS_TX_STAT_UPDATE(m, s, c) { \ macro 488 SRS_TX_STAT_UPDATE((m), opackets, (s)->mts_opackets); \ 489 SRS_TX_STAT_UPDATE((m), obytes, (s)->mts_obytes); \ 490 SRS_TX_STAT_UPDATE((m), oerrors, (s)->mts_oerrors); \
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 3520 SRS_TX_STAT_UPDATE(srs, opackets, 1); in mac_tx() 3521 SRS_TX_STAT_UPDATE(srs, obytes, obytes); in mac_tx()
|