Home
last modified time | relevance | path

Searched refs:bfe_stats (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c1323 bfe->bfe_stats.ether_stat_carrier_errors = in bfe_gather_stats()
1328 bfe->bfe_stats.ether_stat_ex_collisions = in bfe_gather_stats()
1333 bfe->bfe_stats.ether_stat_fcs_errors = in bfe_gather_stats()
1337 bfe->bfe_stats.ether_stat_first_collisions = in bfe_gather_stats()
1340 bfe->bfe_stats.ether_stat_multi_collisions = in bfe_gather_stats()
1344 bfe->bfe_stats.ether_stat_toolong_errors = in bfe_gather_stats()
1348 bfe->bfe_stats.ether_stat_tooshort_errors = in bfe_gather_stats()
1352 bfe->bfe_stats.ether_stat_tx_late_collisions += in bfe_gather_stats()
1355 bfe->bfe_stats.ether_stat_defer_xmts += in bfe_gather_stats()
1358 bfe->bfe_stats.ether_stat_macrcv_errors += rxerr; in bfe_gather_stats()
[all …]
H A Dbfe.h150 typedef struct bfe_stats { struct
322 bfe_stats_t bfe_stats; member