Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libpcap/
H A Dpcap-dos.h200 DWORD tx_collisions; member
/freebsd-14.2/sys/dev/vr/
H A Dif_vrreg.h704 uint32_t tx_collisions; member
H A Dif_vr.c1513 sc->vr_stat.tx_collisions++; in vr_txeof()
1530 sc->vr_stat.tx_collisions += in vr_txeof()
1534 sc->vr_stat.tx_collisions += (txstat & 0x0f); in vr_txeof()
2649 printf("Outbound collisions : %u\n", stat->tx_collisions); in vr_sysctl_stats()