Searched refs:mac_tx_stat (Results 1 – 5 of 5) sorted by relevance
500 mac_tx_stats_t *mac_tx_stat = &mac_srs->srs_tx.st_stat; in i_mac_tx_swlane_stat_get() local504 return (mac_tx_stat->mts_obytes); in i_mac_tx_swlane_stat_get()507 return (mac_tx_stat->mts_opackets); in i_mac_tx_swlane_stat_get()510 return (mac_tx_stat->mts_oerrors); in i_mac_tx_swlane_stat_get()513 return (mac_tx_stat->mts_blockcnt); in i_mac_tx_swlane_stat_get()516 return (mac_tx_stat->mts_unblockcnt); in i_mac_tx_swlane_stat_get()519 return (mac_tx_stat->mts_sdrops); in i_mac_tx_swlane_stat_get()687 mac_tx_stats_t *mac_tx_stat; in i_mac_misc_stat_get() local690 mac_tx_stat = &mac_misc_stat->mms_defuncttxlanestats; in i_mac_misc_stat_get()774 return (mac_tx_stat->mts_obytes); in i_mac_misc_stat_get()[all …]
107 mac_tx_stats_t *mac_tx_stat; in flow_stat_update() local134 mac_tx_stat = &mac_srs->srs_tx.st_stat; in flow_stat_update()136 flow_stats.fs_obytes = mac_tx_stat->mts_obytes; in flow_stat_update()137 flow_stats.fs_opackets = mac_tx_stat->mts_opackets; in flow_stat_update()138 flow_stats.fs_oerrors = mac_tx_stat->mts_oerrors; in flow_stat_update()
5991 mac_tx_stats_t *mac_tx_stat; in mac_write_flow_stats() local6017 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_flow_stats()6019 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_flow_stats()6020 nstat->ns_opackets = mac_tx_stat->mts_opackets; in mac_write_flow_stats()6021 nstat->ns_oerrors = mac_tx_stat->mts_oerrors; in mac_write_flow_stats()6076 mac_tx_stats_t *mac_tx_stat; in mac_write_link_stats() local6106 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_link_stats()6108 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_link_stats()6109 nstat->ns_opackets = mac_tx_stat->mts_opackets; in mac_write_link_stats()6110 nstat->ns_oerrors = mac_tx_stat->mts_oerrors; in mac_write_link_stats()
620 mac_tx_stats_t *mac_tx_stat, *old_tx_stat; in mac_client_stat_get() local625 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_client_stat_get()658 val = mac_tx_stat->mts_obytes; in mac_client_stat_get()662 val = mac_tx_stat->mts_opackets; in mac_client_stat_get()666 val = mac_tx_stat->mts_oerrors; in mac_client_stat_get()
333 mac_tx_stats_t mac_tx_stat; in mac_flow_dcmd_output() local358 if (mdb_vread(&mac_tx_stat, sizeof (mac_tx_stats_t), in mac_flow_dcmd_output()365 totobytes = mac_tx_stat.mts_obytes; in mac_flow_dcmd_output()872 mac_tx_stats_t *mac_tx_stat = &srs.srs_tx.st_stat; in mac_srs_dcmd() local894 0, mac_tx_stat->mts_sdrops, in mac_srs_dcmd()895 mac_tx_stat->mts_blockcnt, in mac_srs_dcmd()896 mac_tx_stat->mts_unblockcnt); in mac_srs_dcmd()904 mac_tx_stat = &s_ring.s_st_stat; in mac_srs_dcmd()907 s_ringp, mac_tx_stat->mts_sdrops, in mac_srs_dcmd()908 mac_tx_stat->mts_blockcnt, in mac_srs_dcmd()[all …]