intr_alloc_msi
return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
return (intr_alloc_msi(dev, child, msi_parent, count, maxcount, irqs));
return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
rv = intr_alloc_msi(pci, child, msi_parent, count, maxcount,irqs);
error = intr_alloc_msi(mcdev, child, dpaa2_mc_get_xref(mcdev,
return (intr_alloc_msi(pcib, dev, ACPI_MSI_XREF, count, maxcount,
return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
return (intr_alloc_msi(pci, child, generic_pcie_get_xref(pci, child),
return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
return (intr_alloc_msi(pci, child, msi_parent, count, maxcount,
err = intr_alloc_msi(pci, child, msi_parent, count, maxcount, irqs);
int intr_alloc_msi(device_t, device_t, intptr_t, int, int, int *);