Home
last modified time | relevance | path

Searched refs:tx_octets (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe_hw.h458 uint32_t tx_octets; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h1857 tg3_stat64_t tx_octets; member
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h133 u64 tx_octets; /* total # of octets in good frames */ member
H A Dt4_hw.c6755 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2102 uint64_t tx_octets; member
H A Dyge.c2896 stats->tx_octets += YGE_READ_MIB64(pnum, GM_TXO_OK_LO); in yge_stats_update()
2991 *val = stats->tx_octets; in yge_m_stat()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c985 "%64llu\n", stats[i].tx_octets); in view_macstats()