Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vrreg.h704 uint32_t tx_collisions; member
H A Dif_vr.c1518 sc->vr_stat.tx_collisions++; in vr_txeof()
1535 sc->vr_stat.tx_collisions += in vr_txeof()
1539 sc->vr_stat.tx_collisions += (txstat & 0x0f); in vr_txeof()
2654 printf("Outbound collisions : %u\n", stat->tx_collisions); in vr_sysctl_stats()