Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h760 uint64_t tpkts_last; member
H A Dnge_main.c2147 tx_pkts = ngep->statistics.sw_statistics.xmit_count - ngep->tpkts_last; in nge_interrupt_optimize()
2148 ngep->tpkts_last = ngep->statistics.sw_statistics.xmit_count; in nge_interrupt_optimize()