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

  /src/sys/dev/pci/
ppbvar.h 54 struct evcnt sc_ev_intr; /* interrupts */ member in struct:ppb_softc
if_casvar.h 211 struct evcnt sc_ev_intr; member in struct:cas_softc
ppb.c 341 evcnt_attach_dynamic(&sc->sc_ev_intr, EVCNT_TYPE_INTR, NULL,
462 evcnt_detach(&sc->sc_ev_intr);
545 sc->sc_ev_intr.ev_count++;
if_cas.c 721 evcnt_attach_dynamic(&sc->sc_ev_intr, EVCNT_TYPE_INTR,
748 evcnt_detach(&sc->sc_ev_intr);
1543 sc->sc_ev_intr.ev_count++;
  /src/sys/dev/ic/
dwc_eqos_var.h 89 struct evcnt sc_ev_intr; member in struct:eqos_softc
gemvar.h 218 struct evcnt sc_ev_intr; member in struct:gem_softc
dwc_eqos.c 1134 sc->sc_ev_intr.ev_count++;
1611 evcnt_attach_dynamic(&sc->sc_ev_intr, EVCNT_TYPE_INTR,
1616 &sc->sc_ev_intr, device_xname(sc->sc_dev), "rxintr");
1618 &sc->sc_ev_intr, device_xname(sc->sc_dev), "txintr");
1620 &sc->sc_ev_intr, device_xname(sc->sc_dev), "macstatus");
1622 &sc->sc_ev_intr, device_xname(sc->sc_dev), "intrstatus");
1624 &sc->sc_ev_intr, device_xname(sc->sc_dev), "rxtxstatus");
gem.c 173 evcnt_detach(&sc->sc_ev_intr);
588 evcnt_attach_dynamic(&sc->sc_ev_intr, EVCNT_TYPE_INTR,
592 &sc->sc_ev_intr, device_xname(sc->sc_dev), "tx interrupts");
594 &sc->sc_ev_intr, device_xname(sc->sc_dev), "rx interrupts");
2173 sc->sc_ev_intr.ev_count++;
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 197 struct evcnt sc_ev_intr; /* General EMAC interrupts */ member in struct:emac_softc
579 evcnt_attach_dynamic(&sc->sc_ev_intr, EVCNT_TYPE_INTR,
641 EMAC_EVCNT_INCR(&sc->sc_ev_intr);
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 161 struct evcnt sc_ev_intr; member in struct:bcmeth_softc
412 evcnt_attach_dynamic(&sc->sc_ev_intr, EVCNT_TYPE_INTR,
1784 BCMETH_EVCNT_INCR(sc->sc_ev_intr);

Completed in 39 milliseconds