Searched defs:tx_pkts (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c1363 uint32_t tx_pkts; local
1409 tx_pkts = rgep->stats.opackets - rgep->last_opackets;
1435 if (tx_pkts > opt_intrs) {
1436 poll_rate = max(tx_pkts/TX_COALESC, opt_intrs);
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h347 uint64_t tx_pkts; /* packets sent */ member in struct:xgell_tx_ring
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c2146 uint32_t tx_pkts; local
2147 tx_pkts = ngep->statistics.sw_statistics.xmit_count - ngep->tpkts_last;
2149 if ((tx_pkts > NGE_POLL_TUNE) &&
2150 (tx_pkts <= NGE_POLL_MAX))
2151 ngep->tfint_threshold = (tx_pkts / NGE_POLL_ENTER);
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe_hw.h459 uint32_t tx_pkts; member in struct:bfe_hw_stats
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h460 uint64_t tx_pkts; /* Packets Transmitted Count */ member in struct:igb_tx_ring

Completed in 81 milliseconds