Lines Matching refs:MSI
540 * Configure HBA MSI-X attention conditions to messages if MSI-X mode
551 "0352 Config MSI mailbox command "
6104 "0481 Enabled MSI interrupt mode.\n");
6108 "0480 Enabled MSI-X interrupt mode.\n");
10572 * lpfc_sli_enable_msix - Enable MSI-X interrupt mode on SLI-3 device
10575 * This routine is invoked to enable the MSI-X interrupt vectors to device
10588 /* Set up MSI-X multi-message vectors */
10593 "0420 PCI enable MSI-X failed (%d)\n", rc);
10598 * Assign MSI-X vectors to interrupt handlers
10607 "0421 MSI-X slow-path request_irq failed "
10619 "0429 MSI-X fast-path request_irq failed "
10625 * Configure HBA MSI-X attention conditions to messages
10642 "0351 Config MSI mailbox command failed, "
10665 /* Unconfigure MSI-X capability structure */
10673 * lpfc_sli_enable_msi - Enable MSI interrupt mode on SLI-3 device.
10676 * This routine is invoked to enable the MSI interrupt mode to device with
10678 * enable the MSI vector. The device driver is responsible for calling the
10679 * request_irq() to register MSI vector with a interrupt the handler, which
10694 "0462 PCI enable MSI mode success.\n");
10697 "0471 PCI enable MSI mode failed (%d)\n", rc);
10706 "0478 MSI request_irq failed (%d)\n", rc);
10714 * @cfg_mode: Interrupt configuration mode (INTx, MSI or MSI-X).
10722 * MSI-X -> MSI -> IRQ.
10738 /* Now, try to enable MSI-X interrupt mode */
10741 /* Indicate initialization to MSI-X mode */
10748 /* Fallback to MSI if MSI-X initialization failed */
10752 /* Indicate initialization to MSI mode */
10753 phba->intr_type = MSI;
10758 /* Fallback to INTx if both MSI-X/MSI initalization failed */
10935 * MSI-X vector allocated for the HBA.
11486 * lpfc_sli4_enable_msix - Enable MSI-X interrupt mode to SLI-4 device
11489 * This routine is invoked to enable the MSI-X interrupt vectors to device
11490 * with SLI-4 interface spec. It also allocates MSI-X vectors and maps them
11525 /* Set up MSI-X multi-message vectors */
11547 "0484 PCI enable MSI-X failed (%d)\n", rc);
11552 /* Assign MSI-X vectors to interrupt handlers */
11566 "0486 MSI-X fast-path (%d) "
11624 "MSI-X vectors, requested %d got %d\n",
11641 /* Unconfigure MSI-X capability structure */
11649 * lpfc_sli4_enable_msi - Enable MSI interrupt mode to SLI-4 device
11652 * This routine is invoked to enable the MSI interrupt mode to device with
11654 * called to enable the MSI vector. The device driver is responsible for
11655 * calling the request_irq() to register MSI vector with a interrupt the
11673 "0487 PCI enable MSI mode success.\n");
11676 "0488 PCI enable MSI mode failed (%d)\n", rc);
11685 "0490 MSI request_irq failed (%d)\n", rc);
11706 * @cfg_mode: Interrupt configuration mode (INTx, MSI or MSI-X).
11714 * MSI-X -> MSI -> IRQ.
11730 /* Now, try to enable MSI-X interrupt mode */
11733 /* Indicate initialization to MSI-X mode */
11740 /* Fallback to MSI if MSI-X initialization failed */
11744 /* Indicate initialization to MSI mode */
11745 phba->intr_type = MSI;
11750 /* Fallback to INTx if both MSI-X/MSI initalization failed */
11794 /* Free up MSI-X multi-message vectors */
13151 /* Default to single EQ for non-MSI-X */