Searched refs:tx_colls (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/vge/
H A Dif_vgevar.h171 uint32_t tx_colls; member in struct:vge_hw_stats
H A Dif_vge.c2596 &stats->tx_colls, "Collisions");
2702 stats->tx_colls += mib[VGE_MIB_TX_COLLS];
/freebsd-10.3-release/sys/dev/txp/
H A Dif_txpreg.h638 uint32_t tx_colls; member in struct:txp_hw_stats
H A Dif_txp.c2823 stats->tx_colls = ostats->tx_colls + le32toh(ext[0].ext_4);
2921 &stats->tx_colls, "Collisions");
/freebsd-10.3-release/sys/dev/bfe/
H A Dif_bfereg.h549 uint32_t tx_colls; member in struct:bfe_hw_stats
H A Dif_bfe.c1278 stats->tx_colls += mib[MIB_TX_TCOLS];
1914 printf("Transmit underruns : %u\n", stats->tx_colls);
/freebsd-10.3-release/sys/dev/msk/
H A Dif_mskreg.h2495 uint32_t tx_colls; member in struct:msk_hw_stats
H A Dif_msk.c4431 stats->tx_colls +=
4581 child, tx_colls, "Collisions");

Completed in 89 milliseconds