Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dipr.c87 static unsigned int ipr_number_of_msix = 16; variable
210 module_param_named(number_of_msix, ipr_number_of_msix, int, 0);
10288 if (ipr_number_of_msix > IPR_MAX_MSIX_VECTORS) { in ipr_probe_ioa()
10291 ipr_number_of_msix = IPR_MAX_MSIX_VECTORS; in ipr_probe_ioa()
10297 rc = pci_alloc_irq_vectors(pdev, 1, ipr_number_of_msix, irq_flag); in ipr_probe_ioa()