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

/freebsd-11.0-release/sys/mips/mediatek/
H A Dmtk_pcie.h38 void * pci_intrhand[MTK_PCI_NIRQS]; member in struct:mtk_pci_softc
H A Dmtk_pcie.c256 sc->pci_intrhand[1] = sc->pci_intrhand[2] = NULL;
329 sc->pci_intrhand[i - 1] = NULL;
331 mtk_pci_intr, NULL, sc, &sc->pci_intrhand[i - 1])) {
357 if (sc->pci_intrhand[i - 1] != NULL)
359 sc->pci_intrhand[i - 1]);

Completed in 105 milliseconds