Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c5694 * lpfc_irq_chann: Set the number of IRQ vectors that are available
5707 static uint lpfc_irq_chann = LPFC_IRQ_CHANN_DEF; variable
5708 module_param(lpfc_irq_chann, uint, 0444);
5709 MODULE_PARM_DESC(lpfc_irq_chann, "Set number of interrupt vectors to allocate");
5764 "8543 lpfc_irq_chann set to %u " in lpfc_irq_chann_init()
5771 "8545 lpfc_irq_chann attribute cannot " in lpfc_irq_chann_init()
5810 static DEVICE_ATTR_RO(lpfc_irq_chann);
7404 lpfc_irq_chann_init(phba, lpfc_irq_chann); in lpfc_get_cfgparam()