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

/haiku-fatelf/src/add-ons/kernel/drivers/network/rdc/dev/vte/
H A Dif_vtevar.h110 uint32_t tx_late_colls; member in struct:vte_hw_stats
H A Dif_vte.c631 &stats->tx_late_colls, "Late collisions");
1303 stat->tx_late_colls += (value & 0xFF);
1311 ifp->if_collisions = stat->tx_late_colls;
1312 ifp->if_oerrors = stat->tx_late_colls + stat->tx_underruns;
/haiku-fatelf/src/add-ons/kernel/drivers/network/atheros813x/dev/alc/
H A Dif_alcvar.h179 uint32_t tx_late_colls; member in struct:alc_hw_stats
H A Dif_alc.c1286 &stats->tx_late_colls, "Late collisions");
2604 stat->tx_late_colls += smb->tx_late_colls;
2618 smb->tx_multi_colls * 2 + smb->tx_late_colls +
2628 ifp->if_oerrors += smb->tx_abort + smb->tx_late_colls +
H A Dif_alcreg.h861 uint32_t tx_late_colls; member in struct:smb
/haiku-fatelf/src/add-ons/kernel/drivers/network/attansic_l1/dev/age/
H A Dif_agevar.h174 uint32_t tx_late_colls; member in struct:age_stats
H A Dif_agereg.h534 uint32_t tx_late_colls; member in struct:smb
H A Dif_age.c2068 stat->tx_late_colls += smb->tx_late_colls;
2081 smb->tx_multi_colls + smb->tx_late_colls +
2085 smb->tx_late_colls + smb->tx_underrun +
3203 stats->tx_late_colls);
/haiku-fatelf/src/add-ons/kernel/drivers/network/ar81xx/dev/ale/
H A Dif_alevar.h167 uint32_t tx_late_colls; member in struct:ale_hw_stats
H A Dif_alereg.h606 uint32_t tx_late_colls; member in struct:smb
H A Dif_ale.c945 &stats->tx_late_colls, "Late collisions");
2200 stat->tx_late_colls += smb->tx_late_colls;
2214 smb->tx_multi_colls * 2 + smb->tx_late_colls +
2224 ifp->if_oerrors += smb->tx_abort + smb->tx_late_colls +
/haiku-fatelf/src/add-ons/kernel/drivers/network/broadcom440x/dev/bfe/
H A Dif_bfereg.h553 uint32_t tx_late_colls; member in struct:bfe_hw_stats
H A Dif_bfe.c1283 stats->tx_late_colls += mib[MIB_TX_LCOLS];
1920 printf("Transmit late collisions : %u\n", stats->tx_late_colls);
/haiku-fatelf/src/add-ons/kernel/drivers/network/marvell_yukon/dev/msk/
H A Dif_mskreg.h2501 uint32_t tx_late_colls; member in struct:msk_hw_stats
H A Dif_msk.c4429 stats->tx_late_colls +=
4579 child, tx_late_colls, "Late collisions");

Completed in 387 milliseconds