Home
last modified time | relevance | path

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
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.c270 {TX_SOFTRING_STAT_OFF(mts_obytes)},
503 return (mac_tx_stat->mts_obytes); in i_mac_tx_swlane_stat_get()
773 return (mac_tx_stat->mts_obytes); in i_mac_misc_stat_get()
826 return (mac_tx_stat->mts_obytes); in i_mac_tx_hwlane_stat_get()
H A Dmac_soft_ring.c685 ringp->s_ring_size += (saved_size - stats.mts_obytes); in mac_tx_soft_ring_drain()
H A Dmac_sched.c4138 size_sent = sz - stats.mts_obytes; in mac_tx_srs_drain()
4471 stats->mts_obytes = obytes; in mac_tx_send()
H A Dmac_flow.c135 flow_stats.fs_obytes = mac_tx_stat->mts_obytes; in flow_stat_update()
H A Dmac_client.c657 val = mac_tx_stat->mts_obytes; in mac_client_stat_get()
658 val += old_tx_stat->mts_obytes; in mac_client_stat_get()
H A Dmac.c5965 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_flow_stats()
6054 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_link_stats()
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c365 totobytes = mac_tx_stat.mts_obytes; in mac_flow_dcmd_output()