Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_tlvar.h | 76 int oerr_coll; member in struct:tl_softc |
if_tl.c | 1490 int oerr_coll; local in function:tl_read_stats 1513 oerr_coll = (reg & TL_COL_SINGLE) >> 16; 1522 if_statadd_ref(ifp, nsr, if_collisions, oerr_coll + oerr_multicoll); 1539 sc->oerr_coll += oerr_coll; |