Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vge/
Dif_vgevar.h173 uint32_t tx_colls; member
Dif_vge.c2597 &stats->tx_colls, "Collisions"); in vge_sysctl_node()
2703 stats->tx_colls += mib[VGE_MIB_TX_COLLS]; in vge_stats_update()
/freebsd-12-stable/sys/dev/bfe/
Dif_bfereg.h551 uint32_t tx_colls; member
Dif_bfe.c1285 stats->tx_colls += mib[MIB_TX_TCOLS]; in bfe_stats_update()
1921 printf("Transmit underruns : %u\n", stats->tx_colls); in sysctl_bfe_stats()
/freebsd-12-stable/sys/dev/txp/
Dif_txpreg.h636 uint32_t tx_colls; member
Dif_txp.c2837 stats->tx_colls = ostats->tx_colls + le32toh(ext[0].ext_4); in txp_stats_update()
2954 &stats->tx_colls, "Collisions"); in txp_sysctl_node()
/freebsd-12-stable/sys/dev/msk/
Dif_mskreg.h2497 uint32_t tx_colls; member
Dif_msk.c4415 stats->tx_colls += in msk_stats_update()
4565 child, tx_colls, "Collisions"); in msk_sysctl_node()