Lines Matching full:irqs
393 int *irqs) in dpaa2_mc_alloc_msi() argument
396 return (dpaa2_mc_alloc_msi_impl(mcdev, child, count, maxcount, irqs)); in dpaa2_mc_alloc_msi()
403 dpaa2_mc_release_msi(device_t mcdev, device_t child, int count, int *irqs) in dpaa2_mc_release_msi() argument
406 return (dpaa2_mc_release_msi_impl(mcdev, child, count, irqs)); in dpaa2_mc_release_msi()
754 * Total number of IRQs is limited to 32.
758 int *irqs) in dpaa2_mc_alloc_msi_impl() argument
803 irqs[j] = sc->msi[i + j].irq; in dpaa2_mc_alloc_msi_impl()
814 * @brief Marks IRQs as free in the pre-allocated pool of MSIs.
817 * Total number of IRQs is limited to 32.
821 dpaa2_mc_release_msi_impl(device_t mcdev, device_t child, int count, int *irqs) in dpaa2_mc_release_msi_impl() argument
831 if (sc->msi[i].irq == irqs[j]) { in dpaa2_mc_release_msi_impl()
848 * Total number of IRQs is limited to 32.