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.c620 &stats->tx_underruns, "FIFO underruns"); in vte_sysctl_node()
1289 stat->tx_underruns += (value >> 8); in vte_stats_update()
1312 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.c2027 hsp->tx_underruns += le32toh(sp->tx_underruns); in fxp_update_stats()
2069 if (sp->tx_underruns) { in fxp_update_stats()
2071 le32toh(sp->tx_underruns)); in fxp_update_stats()
3191 &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.c1271 stats->tx_underruns += mib[MIB_TX_URUNS]; in bfe_stats_update()