HomeSort by: relevance | last modified time | path
    Searched refs:sc_ev_txintr (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/ic/
dwc_eqos_var.h 91 struct evcnt sc_ev_txintr; member in struct:eqos_softc
i82557var.h 205 struct evcnt sc_ev_txintr; /* Tx interrupts */ member in struct:fxp_softc
i82557.c 420 evcnt_attach_dynamic(&sc->sc_ev_txintr, EVCNT_TYPE_INTR,
1120 FXP_EVCNT_INCR(&sc->sc_ev_txintr);
dwc_eqos.c 1164 sc->sc_ev_txintr.ev_count++;
1615 evcnt_attach_dynamic(&sc->sc_ev_txintr, EVCNT_TYPE_INTR,
  /src/sys/arch/mips/adm5120/dev/
if_admswvar.h 151 struct evcnt sc_ev_txintr; /* Tx interrupts */ member in struct:admsw_softc
if_admsw.c 486 evcnt_attach_dynamic(&sc->sc_ev_txintr, EVCNT_TYPE_MISC,
874 ADMSW_EVCNT_INCR(&sc->sc_ev_txintr);
  /src/sys/arch/mips/alchemy/dev/
if_aumac.c 148 struct evcnt sc_ev_txintr; /* Tx interrupts */ member in struct:aumac_softc
347 evcnt_attach_dynamic(&sc->sc_ev_txintr, EVCNT_TYPE_MISC,
584 AUMAC_EVCNT_INCR(&sc->sc_ev_txintr);
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 194 struct evcnt sc_ev_txintr; /* Tx interrupts */ member in struct:emac_softc
566 evcnt_attach_dynamic(&sc->sc_ev_txintr, EVCNT_TYPE_INTR,
1571 EMAC_EVCNT_INCR(&sc->sc_ev_txintr);
  /src/sys/dev/pci/
if_pcn.c 270 struct evcnt sc_ev_txintr; /* Tx interrupts */ member in struct:pcn_softc
820 evcnt_attach_dynamic(&sc->sc_ev_txintr, EVCNT_TYPE_INTR,
1219 PCN_EVCNT_INCR(&sc->sc_ev_txintr);

Completed in 22 milliseconds