Searched refs:bge_intrhand (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_bge.c3131 sc->bge_intrhand = pci_intr_establish(pc, ih, IPL_NET | IPL_MPSAFE,
3133 if (sc->bge_intrhand == NULL) {
3222 if (sc->bge_intrhand)
3223 pci_intr_disestablish(sc->bge_pa.pa_pc, sc->bge_intrhand);
4739 intr_barrier(sc->bge_intrhand);
H A Dif_bgereg.h2848 void *bge_intrhand; member in struct:bge_softc

Completed in 141 milliseconds