Home
last modified time | relevance | path

Searched refs:ipr_number_of_msix (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dipr.c86 static unsigned int ipr_number_of_msix = 16; variable
209 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()