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

  /src/sys/dev/pci/
if_rge.c 396 if ((RGE_READ_4(sc, RGE_ISR) & sc->rge_intrs) == 0)
408 if (status & sc->rge_intrs) {
454 RGE_WRITE_4(sc, RGE_IMR, sc->rge_intrs);
2531 sc->rge_intrs = RGE_INTRS;
2537 sc->rge_intrs = RGE_INTRS_TIMER;
2573 RGE_WRITE_4(sc, RGE_IMR, sc->rge_intrs);
if_rgereg.h 94 #define RGE_INTRS \
378 uint32_t rge_intrs; member in struct:rge_softc

Completed in 115 milliseconds