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

  /src/sys/dev/pci/
if_pcn.c 282 struct evcnt sc_ev_txcopy; /* Tx copies required */ member in struct:pcn_softc
843 evcnt_attach_dynamic(&sc->sc_ev_txcopy, EVCNT_TYPE_MISC,
949 PCN_EVCNT_INCR(&sc->sc_ev_txcopy);
if_stge.c 175 struct evcnt sc_ev_txcopy; /* Tx packets that we had to copy */ member in struct:stge_softc
714 evcnt_attach_dynamic(&sc->sc_ev_txcopy, EVCNT_TYPE_MISC,

Completed in 13 milliseconds