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

  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 202 struct evcnt sc_ev_txdrop; /* Tx packets dropped (too many segs) */ member in struct:emac_softc
588 evcnt_attach_dynamic(&sc->sc_ev_txdrop, EVCNT_TYPE_MISC,
718 EMAC_EVCNT_INCR(&sc->sc_ev_txdrop);
  /src/sys/dev/pci/
if_dge.c 304 struct evcnt sc_ev_txdrop; /* Tx packets dropped (too many segs) */ member in struct:dge_softc
994 evcnt_attach_dynamic(&sc->sc_ev_txdrop, EVCNT_TYPE_MISC,
1239 DGE_EVCNT_INCR(&sc->sc_ev_txdrop);

Completed in 15 milliseconds