Home
last modified time | relevance | path

Searched refs:tx_underruns (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/vte/
H A Dif_vtevar.h109 uint32_t tx_underruns; member
H A Dif_vte.c630 &stats->tx_underruns, "FIFO underruns"); in vte_sysctl_node()
1299 stat->tx_underruns += (value >> 8); in vte_stats_update()
1322 return (stat->tx_late_colls + stat->tx_underruns); in vte_get_counter()
/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h157 uint32_t tx_underruns; member
H A Dif_fxpreg.h412 uint32_t tx_underruns; member
H A Dif_fxp.c2048 hsp->tx_underruns += le32toh(sp->tx_underruns); in fxp_update_stats()
2090 if (sp->tx_underruns) { in fxp_update_stats()
2092 le32toh(sp->tx_underruns)); in fxp_update_stats()
3212 &hsp->tx_underruns, "Underrun errors"); in fxp_sysctl_node()
/freebsd/sys/dev/bfe/
H A Dif_bfereg.h548 uint32_t tx_underruns; member
H A Dif_bfe.c1278 stats->tx_underruns += mib[MIB_TX_URUNS]; in bfe_stats_update()