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()
5334 mac_tx_stats_t *mac_tx_stat; in mac_write_flow_stats() local5360 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_flow_stats()5362 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_flow_stats()5363 nstat->ns_opackets = mac_tx_stat->mts_opackets; in mac_write_flow_stats()5364 nstat->ns_oerrors = mac_tx_stat->mts_oerrors; in mac_write_flow_stats()5419 mac_tx_stats_t *mac_tx_stat; in mac_write_link_stats() local5449 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_write_link_stats()5451 nstat->ns_obytes = mac_tx_stat->mts_obytes; in mac_write_link_stats()5452 nstat->ns_opackets = mac_tx_stat->mts_opackets; in mac_write_link_stats()5453 nstat->ns_oerrors = mac_tx_stat->mts_oerrors; in mac_write_link_stats()
611 mac_tx_stats_t *mac_tx_stat; in mac_client_stat_get() local616 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_client_stat_get()647 val = mac_tx_stat->mts_obytes; in mac_client_stat_get()650 val = mac_tx_stat->mts_opackets; in mac_client_stat_get()653 val = mac_tx_stat->mts_oerrors; in mac_client_stat_get()
325 mac_tx_stats_t *mac_tx_stat; in mac_flow_dcmd_output() local337 mac_tx_stat = &mac_srs->srs_tx.st_stat; in mac_flow_dcmd_output()338 totobytes = mac_tx_stat->mts_obytes; in mac_flow_dcmd_output()842 mac_tx_stats_t *mac_tx_stat = &srs.srs_tx.st_stat; in mac_srs_dcmd() local864 0, mac_tx_stat->mts_sdrops, in mac_srs_dcmd()865 mac_tx_stat->mts_blockcnt, in mac_srs_dcmd()866 mac_tx_stat->mts_unblockcnt); in mac_srs_dcmd()874 mac_tx_stat = &s_ring.s_st_stat; in mac_srs_dcmd()877 s_ringp, mac_tx_stat->mts_sdrops, in mac_srs_dcmd()878 mac_tx_stat->mts_blockcnt, in mac_srs_dcmd()[all …]