Lines Matching defs:piit
218 const struct pciintr_icu_table *piit;
220 for (piit = pciintr_icu_table;
221 piit->piit_init != NULL;
222 piit++) {
223 if (PCI_VENDOR(id) == piit->piit_vendor &&
224 PCI_PRODUCT(id) == piit->piit_product)
225 return (piit);
774 const struct pciintr_icu_table *piit = NULL;
804 if ((piit = pciintr_icu_lookup(icuid)) == NULL) {
810 piit = pciintr_icu_lookup(icuid);
856 piit = pciintr_icu_lookup(icuid);
857 if (piit != NULL)
864 * interrupt router (piit == NULL) we don't want to
873 if (piit == NULL) {
895 if ((*piit->piit_init)(pc, iot, icutag, &pciintr_icu_tag,
945 if (piit->piit_uninit != NULL)
946 (*piit->piit_uninit)(pciintr_icu_handle);