Lines Matching refs:MSI
547 * Configure HBA MSI-X attention conditions to messages if MSI-X mode
558 "0352 Config MSI mailbox command "
7457 "0481 Enabled MSI interrupt mode.\n");
7461 "0480 Enabled MSI-X interrupt mode.\n");
12068 * lpfc_sli_enable_msix - Enable MSI-X interrupt mode on SLI-3 device
12071 * This routine is invoked to enable the MSI-X interrupt vectors to device
12084 /* Set up MSI-X multi-message vectors */
12089 "0420 PCI enable MSI-X failed (%d)\n", rc);
12094 * Assign MSI-X vectors to interrupt handlers
12103 "0421 MSI-X slow-path request_irq failed "
12115 "0429 MSI-X fast-path request_irq failed "
12121 * Configure HBA MSI-X attention conditions to messages
12138 "0351 Config MSI mailbox command failed, "
12161 /* Unconfigure MSI-X capability structure */
12169 * lpfc_sli_enable_msi - Enable MSI interrupt mode on SLI-3 device.
12172 * This routine is invoked to enable the MSI interrupt mode to device with
12174 * enable the MSI vector. The device driver is responsible for calling the
12175 * request_irq() to register MSI vector with a interrupt the handler, which
12190 "0012 PCI enable MSI mode success.\n");
12193 "0471 PCI enable MSI mode failed (%d)\n", rc);
12202 "0478 MSI request_irq failed (%d)\n", rc);
12210 * @cfg_mode: Interrupt configuration mode (INTx, MSI or MSI-X).
12218 * MSI-X -> MSI -> IRQ.
12237 /* Now, try to enable MSI-X interrupt mode */
12240 /* Indicate initialization to MSI-X mode */
12246 /* Fallback to MSI if MSI-X initialization failed */
12250 /* Indicate initialization to MSI mode */
12251 phba->intr_type = MSI;
12256 /* Fallback to INTx if both MSI-X/MSI initalization failed */
12433 * MSI-X vector allocated for the HBA.
12967 * lpfc_sli4_enable_msix - Enable MSI-X interrupt mode to SLI-4 device
12970 * This routine is invoked to enable the MSI-X interrupt vectors to device
12971 * with SLI-4 interface spec. It also allocates MSI-X vectors and maps them
13006 /* Set up MSI-X multi-message vectors */
13028 "0484 PCI enable MSI-X failed (%d)\n", rc);
13033 /* Assign MSI-X vectors to interrupt handlers */
13045 "0489 MSI-X fast-path (%d) "
13057 "0486 MSI-X fast-path (%d) "
13113 "MSI-X vectors, requested %d got %d\n",
13129 /* Unconfigure MSI-X capability structure */
13137 * lpfc_sli4_enable_msi - Enable MSI interrupt mode to SLI-4 device
13140 * This routine is invoked to enable the MSI interrupt mode to device with
13142 * called to enable the MSI vector. The device driver is responsible for
13143 * calling the request_irq() to register MSI vector with a interrupt the
13161 "0487 PCI enable MSI mode success.\n");
13164 "0488 PCI enable MSI mode failed (%d)\n", rc);
13173 "0490 MSI request_irq failed (%d)\n", rc);
13182 "0496 MSI pci_irq_vec failed (%d)\n", rc);
13201 * @cfg_mode: Interrupt configuration mode (INTx, MSI or MSI-X).
13209 * MSI-X -> MSI -> IRQ.
13225 /* Now, try to enable MSI-X interrupt mode */
13228 /* Indicate initialization to MSI-X mode */
13235 /* Fallback to MSI if MSI-X initialization failed */
13239 /* Indicate initialization to MSI mode */
13240 phba->intr_type = MSI;
13245 /* Fallback to INTx if both MSI-X/MSI initalization failed */
13296 /* Free up MSI-X multi-message vectors */
14850 /* Default to single EQ for non-MSI-X */