Searched refs:ipr_number_of_msix (Results 1 – 1 of 1) sorted by relevance
101 static unsigned int ipr_number_of_msix = 16; variable224 module_param_named(number_of_msix, ipr_number_of_msix, int, 0);10277 if (ipr_number_of_msix > IPR_MAX_MSIX_VECTORS) { in ipr_probe_ioa()10280 ipr_number_of_msix = IPR_MAX_MSIX_VECTORS; in ipr_probe_ioa()10286 rc = pci_alloc_irq_vectors(pdev, 1, ipr_number_of_msix, irq_flag); in ipr_probe_ioa()