Lines Matching defs:msi_parent
282 phandle_t msi_parent;
286 &msi_parent, NULL);
289 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
300 phandle_t msi_parent;
304 &msi_parent, NULL);
307 return (intr_release_msi(pci, child, msi_parent, count, irqs));
318 phandle_t msi_parent;
322 &msi_parent, NULL);
325 return (intr_map_msi(pci, child, msi_parent, irq, addr, data));
335 phandle_t msi_parent;
339 &msi_parent, NULL);
342 return (intr_alloc_msix(pci, child, msi_parent, irq));
352 phandle_t msi_parent;
356 &msi_parent, NULL);
359 return (intr_release_msix(pci, child, msi_parent, irq));