Searched refs:tx_octets (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bfe/ | ||
H A D | bfe_hw.h | 458 uint32_t tx_octets; member in struct:bfe_hw_stats |
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ | ||
H A D | common.h | 64 u64 tx_octets; /* total # of octets in good frames */ member in struct:port_stats |
H A D | t4_hw.c | 3467 p->tx_octets = GET_STAT(TX_PORT_BYTES); |
/illumos-gate/usr/src/grub/grub-0.97/netboot/ | ||
H A D | tg3.h | 1857 tg3_stat64_t tx_octets; member in struct:tg3_hw_stats |
/illumos-gate/usr/src/uts/common/io/yge/ | ||
H A D | yge.h | 2102 uint64_t tx_octets; member in struct:yge_hw_stats |
H A D | yge.c | 2896 stats->tx_octets += YGE_READ_MIB64(pnum, GM_TXO_OK_LO); 2991 *val = stats->tx_octets; |
Completed in 128 milliseconds