Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dfxpreg.h249 volatile u_int32_t tx_underruns; member
Dfxp.c953 if (sp->tx_underruns) { in fxp_stats_update()
954 ifp->if_oerrors += letoh32(sp->tx_underruns); in fxp_stats_update()
992 sp->tx_underruns = 0; in fxp_stats_update()
/openbsd/src/sys/dev/pci/
Dif_vtereg.h419 uint32_t tx_underruns; member
Dif_vte.c828 stat->tx_underruns += (value >> 8); in vte_stats_update()
837 ifp->if_oerrors = stat->tx_late_colls + stat->tx_underruns; in vte_stats_update()