HomeSort by: relevance | last modified time | path
    Searched defs:oerr_latecoll (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_tlvar.h 78 int oerr_latecoll; member in struct:tl_softc
if_tl.c 1493 int oerr_latecoll; local in function:tl_read_stats
1517 oerr_latecoll = (reg & TL_LERR_LCOLL) >> 8;
1521 oerr_underr + oerr_exesscoll + oerr_latecoll + oerr_carrloss);
1542 sc->oerr_latecoll += oerr_latecoll;

Completed in 12 milliseconds