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

  /src/sys/dev/ic/
dwc_eqos_var.h 90 struct evcnt sc_ev_rxintr; member in struct:eqos_softc
i82557var.h 206 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:fxp_softc
  /src/sys/arch/mips/adm5120/dev/
if_admswvar.h 152 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:admsw_softc
  /src/sys/arch/mips/alchemy/dev/
if_aumac.c 149 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:aumac_softc
354 evcnt_attach_dynamic(&sc->sc_ev_rxintr, EVCNT_TYPE_MISC,
726 AUMAC_EVCNT_INCR(&sc->sc_ev_rxintr);
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 193 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:emac_softc
573 evcnt_attach_dynamic(&sc->sc_ev_rxintr, EVCNT_TYPE_INTR,
1595 EMAC_EVCNT_INCR(&sc->sc_ev_rxintr);
  /src/sys/dev/pci/
if_dge.c 291 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:dge_softc
969 evcnt_attach_dynamic(&sc->sc_ev_rxintr, EVCNT_TYPE_INTR,
1539 DGE_EVCNT_INCR(&sc->sc_ev_rxintr);
if_stge.c 167 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:stge_softc
712 evcnt_attach_dynamic(&sc->sc_ev_rxintr, EVCNT_TYPE_INTR,
1120 STGE_EVCNT_INCR(&sc->sc_ev_rxintr);
if_pcn.c 271 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:pcn_softc
826 evcnt_attach_dynamic(&sc->sc_ev_rxintr, EVCNT_TYPE_INTR,
1218 PCN_EVCNT_INCR(&sc->sc_ev_rxintr);
if_sip.c 254 struct evcnt sc_ev_rxintr; /* Rx interrupts */ member in struct:sip_softc
974 evcnt_detach(&sc->sc_ev_rxintr);
1439 evcnt_attach_dynamic(&sc->sc_ev_rxintr, EVCNT_TYPE_INTR,
1923 SIP_EVCNT_INCR(&sc->sc_ev_rxintr);

Completed in 23 milliseconds