Searched refs:mts_obytes (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_stat.h57 uint64_t mts_obytes; member in struct:mac_tx_stats_s
H A Dmac_flow_impl.h489 SRS_TX_STAT_UPDATE((m), obytes, (s)->mts_obytes); \
499 SOFTRING_TX_STAT_UPDATE((m), obytes, (s)->mts_obytes); \
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c269 {TX_SOFTRING_STAT_OFF(mts_obytes)},
502 return (mac_tx_stat->mts_obytes);
772 return (mac_tx_stat->mts_obytes);
825 return (mac_tx_stat->mts_obytes);
H A Dmac_soft_ring.c687 ringp->s_ring_size += (saved_size - stats.mts_obytes);
H A Dmac_flow.c134 flow_stats.fs_obytes = mac_tx_stat->mts_obytes;
H A Dmac_sched.c4128 size_sent = sz - stats.mts_obytes;
4489 stats->mts_obytes = obytes;
H A Dmac_client.c654 val = mac_tx_stat->mts_obytes;
655 val += old_tx_stat->mts_obytes;
H A Dmac.c5357 nstat->ns_obytes = mac_tx_stat->mts_obytes;
5446 nstat->ns_obytes = mac_tx_stat->mts_obytes;
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c364 totobytes = mac_tx_stat.mts_obytes;

Completed in 256 milliseconds