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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c616 mac_tx_stats_t *mac_tx_stat, *old_tx_stat; local
623 old_tx_stat = &mcip->mci_misc_stat.mms_defuncttxlanestats;
655 val += old_tx_stat->mts_obytes;
659 val += old_tx_stat->mts_opackets;
663 val += old_tx_stat->mts_oerrors;

Completed in 83 milliseconds