Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libpcap/
Dpcap-dos.h202 DWORD tx_collisions; member
/freebsd-9-stable/sys/dev/vr/
Dif_vrreg.h706 uint32_t tx_collisions; member
Dif_vr.c1505 sc->vr_stat.tx_collisions++; in vr_txeof()
1522 sc->vr_stat.tx_collisions += in vr_txeof()
1526 sc->vr_stat.tx_collisions += (txstat & 0x0f); in vr_txeof()
2626 printf("Outbound collisions : %u\n", stat->tx_collisions); in vr_sysctl_stats()