Home
last modified time | relevance | path

Searched refs:mac_tx_stat (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_stat.c498 mac_tx_stats_t *mac_tx_stat = &mac_srs->srs_tx.st_stat; in i_mac_tx_swlane_stat_get() local
502 return (mac_tx_stat->mts_obytes); in i_mac_tx_swlane_stat_get()
505 return (mac_tx_stat->mts_opackets); in i_mac_tx_swlane_stat_get()
508 return (mac_tx_stat->mts_oerrors); in i_mac_tx_swlane_stat_get()
511 return (mac_tx_stat->mts_blockcnt); in i_mac_tx_swlane_stat_get()
514 return (mac_tx_stat->mts_unblockcnt); in i_mac_tx_swlane_stat_get()
517 return (mac_tx_stat->mts_sdrops); in i_mac_tx_swlane_stat_get()
685 mac_tx_stats_t *mac_tx_stat; in i_mac_misc_stat_get() local
688 mac_tx_stat = &mac_misc_stat->mms_defuncttxlanestats; in i_mac_misc_stat_get()
772 return (mac_tx_stat->mts_obytes); in i_mac_misc_stat_get()
[all …]
H A Dmac_flow.c105 mac_tx_stats_t *mac_tx_stat; in flow_stat_update() local
132 mac_tx_stat = &mac_srs->srs_tx.st_stat; in flow_stat_update()
134 flow_stats.fs_obytes = mac_tx_stat->mts_obytes; in flow_stat_update()
135 flow_stats.fs_opackets = mac_tx_stat->mts_opackets; in flow_stat_update()
136 flow_stats.fs_oerrors = mac_tx_stat->mts_oerrors; in flow_stat_update()
H A Dmac.c5329 mac_tx_stats_t *mac_tx_stat; in mac_write_flow_stats() local
5355 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_flow_stats()
5357 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_flow_stats()
5358 nstat->ns_opackets = mac_tx_stat->mts_opackets; in mac_write_flow_stats()
5359 nstat->ns_oerrors = mac_tx_stat->mts_oerrors; in mac_write_flow_stats()
5414 mac_tx_stats_t *mac_tx_stat; in mac_write_link_stats() local
5444 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_link_stats()
5446 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_link_stats()
5447 nstat->ns_opackets = mac_tx_stat->mts_opackets; in mac_write_link_stats()
5448 nstat->ns_oerrors = mac_tx_stat->mts_oerrors; in mac_write_link_stats()
H A Dmac_client.c617 mac_tx_stats_t *mac_tx_stat, *old_tx_stat; in mac_client_stat_get() local
622 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_client_stat_get()
655 val = mac_tx_stat->mts_obytes; in mac_client_stat_get()
659 val = mac_tx_stat->mts_opackets; in mac_client_stat_get()
663 val = mac_tx_stat->mts_oerrors; in mac_client_stat_get()
/titanic_44/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c332 mac_tx_stats_t *mac_tx_stat; in mac_flow_dcmd_output() local
344 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_flow_dcmd_output()
345 totobytes = mac_tx_stat->mts_obytes; in mac_flow_dcmd_output()
851 mac_tx_stats_t *mac_tx_stat = &srs.srs_tx.st_stat; in mac_srs_dcmd() local
873 0, mac_tx_stat->mts_sdrops, in mac_srs_dcmd()
874 mac_tx_stat->mts_blockcnt, in mac_srs_dcmd()
875 mac_tx_stat->mts_unblockcnt); in mac_srs_dcmd()
883 mac_tx_stat = &s_ring.s_st_stat; in mac_srs_dcmd()
886 s_ringp, mac_tx_stat->mts_sdrops, in mac_srs_dcmd()
887 mac_tx_stat->mts_blockcnt, in mac_srs_dcmd()
[all …]