Searched refs:mac_tx_stat (Results 1 – 5 of 5) sorted by relevance
498 mac_tx_stats_t *mac_tx_stat = &mac_srs->srs_tx.st_stat; in i_mac_tx_swlane_stat_get() local502 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() local688 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 …]
105 mac_tx_stats_t *mac_tx_stat; in flow_stat_update() local132 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()
5329 mac_tx_stats_t *mac_tx_stat; in mac_write_flow_stats() local5355 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() local5444 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()
617 mac_tx_stats_t *mac_tx_stat, *old_tx_stat; in mac_client_stat_get() local622 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()
332 mac_tx_stats_t *mac_tx_stat; in mac_flow_dcmd_output() local344 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() local873 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 …]