Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_tlvar.h | 80 int oerr_carrloss; member in struct:tl_softc |
if_tl.c | 1494 int oerr_carrloss; local in function:tl_read_stats 1518 oerr_carrloss = (reg & TL_LERR_CL) >> 16; 1521 oerr_underr + oerr_exesscoll + oerr_latecoll + oerr_carrloss); 1543 sc->oerr_carrloss += oerr_carrloss; |