Searched refs:ipr_number_of_msix (Results 1 – 1 of 1) sorted by relevance
86 static unsigned int ipr_number_of_msix = 16; variable209 module_param_named(number_of_msix, ipr_number_of_msix, int, 0);9511 if (ipr_number_of_msix > IPR_MAX_MSIX_VECTORS) { in ipr_probe_ioa()9514 ipr_number_of_msix = IPR_MAX_MSIX_VECTORS; in ipr_probe_ioa()9520 rc = pci_alloc_irq_vectors(pdev, 1, ipr_number_of_msix, irq_flag); in ipr_probe_ioa()