Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rge/
H A Drge.h496 uint64_t last_opackets; member
H A Drge_chip.c1409 tx_pkts = rgep->stats.opackets - rgep->last_opackets; in rge_intr()
1412 rgep->last_opackets = rgep->stats.opackets; in rge_intr()