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

/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h178 uint32_t tx_single_colls; member in struct:age_stats
H A Dif_agereg.h532 uint32_t tx_single_colls; member in struct:smb
H A Dif_age.c2077 stat->tx_single_colls += smb->tx_single_colls;
2091 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls +
3244 stats->tx_single_colls);
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h165 uint32_t tx_single_colls; member in struct:ale_hw_stats
H A Dif_alereg.h604 uint32_t tx_single_colls; member in struct:smb
H A Dif_ale.c942 &stats->tx_single_colls, "Single collisions");
2194 stat->tx_single_colls += smb->tx_single_colls;
2208 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls +
/freebsd-11-stable/sys/dev/et/
H A Dif_etvar.h269 uint32_t tx_single_colls; member in struct:et_hw_stats
H A Dif_et.c2543 &stats->tx_single_colls, "Single collisions");
2666 stats->tx_single_colls += CSR_READ_4(sc, ET_STAT_TX_SINGLE_COL);
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h181 uint32_t tx_single_colls; member in struct:alc_hw_stats
H A Dif_alcreg.h1165 uint32_t tx_single_colls; member in struct:smb
H A Dif_alc.c1885 &stats->tx_single_colls, "Single collisions");
3279 stat->tx_single_colls += smb->tx_single_colls;
3293 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls +
/freebsd-11-stable/sys/dev/ste/
H A Dif_stereg.h412 uint32_t tx_single_colls; member in struct:ste_hw_stats
H A Dif_ste.c862 stats->tx_single_colls += val;
2086 &stats->tx_single_colls, "Single collisions");
/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfe.c1280 stats->tx_single_colls += mib[MIB_TX_SCOLS];
1916 printf("Transmit total collisions : %u\n", stats->tx_single_colls);
1917 printf("Transmit single collisions : %u\n", stats->tx_single_colls);
H A Dif_bfereg.h550 uint32_t tx_single_colls; member in struct:bfe_hw_stats
/freebsd-11-stable/sys/dev/msk/
H A Dif_mskreg.h2499 uint32_t tx_single_colls; member in struct:msk_hw_stats
H A Dif_msk.c4433 stats->tx_single_colls +=
4583 child, tx_single_colls, "Single collisions");

Completed in 212 milliseconds