Searched refs:mts_oerrors (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_stat.h59 uint64_t mts_oerrors; member in struct:mac_tx_stats_s
H A Dmac_flow_impl.h490 SRS_TX_STAT_UPDATE((m), oerrors, (s)->mts_oerrors); \
500 SOFTRING_TX_STAT_UPDATE((m), oerrors, (s)->mts_oerrors); \
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c271 {TX_SOFTRING_STAT_OFF(mts_oerrors)},
508 return (mac_tx_stat->mts_oerrors);
778 return (mac_tx_stat->mts_oerrors);
831 return (mac_tx_stat->mts_oerrors);
H A Dmac_flow.c136 flow_stats.fs_oerrors = mac_tx_stat->mts_oerrors;
H A Dmac_client.c662 val = mac_tx_stat->mts_oerrors;
663 val += old_tx_stat->mts_oerrors;
H A Dmac.c5359 nstat->ns_oerrors = mac_tx_stat->mts_oerrors;
5448 nstat->ns_oerrors = mac_tx_stat->mts_oerrors;
H A Dmac_sched.c4491 stats->mts_oerrors = oerrors;

Completed in 95 milliseconds