bfe_stats
bfe->bfe_stats.ether_stat_carrier_errors =
bfe->bfe_stats.ether_stat_ex_collisions =
bfe->bfe_stats.ether_stat_fcs_errors =
bfe->bfe_stats.ether_stat_first_collisions =
bfe->bfe_stats.ether_stat_multi_collisions =
bfe->bfe_stats.ether_stat_toolong_errors =
bfe->bfe_stats.ether_stat_tooshort_errors =
bfe->bfe_stats.ether_stat_tx_late_collisions +=
bfe->bfe_stats.ether_stat_defer_xmts +=
bfe->bfe_stats.ether_stat_macrcv_errors += rxerr;
bfe->bfe_stats.ether_stat_macxmt_errors += txerr;
bfe->bfe_stats.collisions += coll;
v = bfe->bfe_stats.ether_stat_align_errors;
v = bfe->bfe_stats.ether_stat_carrier_errors;
v = bfe->bfe_stats.ether_stat_defer_xmts;
v = bfe->bfe_stats.ether_stat_ex_collisions;
v = bfe->bfe_stats.ether_stat_fcs_errors;
v = bfe->bfe_stats.ether_stat_first_collisions;
v = bfe->bfe_stats.ether_stat_macrcv_errors;
v = bfe->bfe_stats.ether_stat_macxmt_errors;
v = bfe->bfe_stats.ether_stat_multi_collisions;
v = bfe->bfe_stats.ether_stat_toolong_errors;
v = bfe->bfe_stats.ether_stat_tooshort_errors;
v = bfe->bfe_stats.ether_stat_tx_late_collisions;
v = bfe->bfe_stats.brdcstrcv;
v = bfe->bfe_stats.brdcstxmt;
v = bfe->bfe_stats.multixmt;
v = bfe->bfe_stats.collisions;
v = bfe->bfe_stats.ierrors;
v = bfe->bfe_stats.ipackets;
v = bfe->bfe_stats.multircv;
v = bfe->bfe_stats.norcvbuf;
v = bfe->bfe_stats.noxmtbuf;
v = bfe->bfe_stats.obytes;
v = bfe->bfe_stats.ether_stat_macxmt_errors;
v = bfe->bfe_stats.opackets;
v = bfe->bfe_stats.rbytes;
v = bfe->bfe_stats.underflows;
v = bfe->bfe_stats.overflows;
bfe->bfe_stats.noxmtbuf++;
bfe->bfe_stats.multixmt++;
bfe->bfe_stats.brdcstxmt++;
bfe->bfe_stats.opackets++;
bfe->bfe_stats.obytes += pktlen;
bfe->bfe_stats.overflows++;
bfe->bfe_stats.underflows++;
bfe->bfe_stats.ether_stat_macrcv_errors++;
bfe->bfe_stats.ether_stat_macxmt_errors++;
bfe->bfe_stats.ierrors++;
bfe->bfe_stats.ipackets++;
bfe->bfe_stats.rbytes += len;
bfe->bfe_stats.brdcstrcv++;
bfe->bfe_stats.multircv++;
bfe->bfe_stats.norcvbuf++;
bfe_stats_t bfe_stats;