Home
last modified time | relevance | path

Searched refs:lge_intrhand (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_lge.c429 sc->lge_intrhand = pci_intr_establish(pc, ih, IPL_NET, lge_intr, sc, in lge_attach()
431 if (sc->lge_intrhand == NULL) { in lge_attach()
555 pci_intr_disestablish(pc, sc->lge_intrhand); in lge_attach()
H A Dif_lgereg.h512 void *lge_intrhand; member