Lines Matching defs:ipc
123 pci_chipset_tag_t ipc, pc = pa->pa_pc;
129 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
130 if ((ipc->pc_present & PCI_OVERRIDE_INTR_MAP) == 0)
132 return (*ipc->pc_ov->ov_intr_map)(ipc->pc_ctx, pa, ihp);
229 pci_chipset_tag_t ipc;
231 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
232 if ((ipc->pc_present & PCI_OVERRIDE_INTR_STRING) == 0)
234 return (*ipc->pc_ov->ov_intr_string)(ipc->pc_ctx, pc, ih,
250 pci_chipset_tag_t ipc;
252 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
253 if ((ipc->pc_present & PCI_OVERRIDE_INTR_EVCNT) == 0)
255 return (*ipc->pc_ov->ov_intr_evcnt)(ipc->pc_ctx, pc, ih);
318 pci_chipset_tag_t ipc;
320 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
321 if ((ipc->pc_present & PCI_OVERRIDE_INTR_ESTABLISH) == 0)
323 return (*ipc->pc_ov->ov_intr_establish)(ipc->pc_ctx,
370 pci_chipset_tag_t ipc;
372 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
373 if ((ipc->pc_present & PCI_OVERRIDE_INTR_DISESTABLISH) == 0)
375 (*ipc->pc_ov->ov_intr_disestablish)(ipc->pc_ctx, pc, cookie);