Lines Matching defs:mode

410 	/* PCI read to flush PCI pipeline on re-arming for INTx mode */
443 /* PCI read to flush PCI pipeline on re-arming for INTx mode */
5040 * @sli_mode: sli mode - 2/3
5045 * the SLI interface in the sli mode specified by sli_mode
5181 int mode = 3, i;
5193 mode = 2;
5207 rc = lpfc_sli_config_port(phba, mode);
5213 if (rc && mode != 2)
5215 else if (rc && mode == 2)
5249 "0444 Firmware in SLI %x mode. Max_vpi %d\n",
7569 * The port must support FCP initiator mode as this is the
7570 * only mode running in the host.
7574 "0378 No support for fcpi mode.\n");
7851 /* We are a NVME Target mode with MRQ > 1 */
7968 /* Indicate device interrupt mode */
8224 * The mailbox command can be submitted in polling mode, in which case
8227 * If the mailbox is submitted in no_wait mode (not polling) the
8230 * is in SLI2/SLI3 mode - interrupts are enabled.
8232 * mailbox is issued in polling mode and there is already a mailbox
8234 * in NO_WAIT mode and there is a mailbox pending already, the function
8330 * SLI2 mode to queue and process multiple mbox commands.
8395 /* If we are not polling, we MUST be in SLI2 mode */
8925 /* Detect polling mode and jump to a handler */
8988 /* Now, interrupt mode asynchronous mailbox command */
9043 /* Check interrupt mode before post async mailbox command */
10075 case CMD_FCP_TSEND64_CX: /* Target mode send xfer-ready */
10076 case CMD_FCP_TRSP64_CX: /* Target mode rcv */
10335 * only when driver needs to support target mode functionality
12597 * MSI-X multi-message interrupt mode and there are slow-path events in
12599 * interrupt mode, this function is called as part of the device-level
12639 * individual interrupt handler in MSI-X multi-message interrupt mode
12899 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
12901 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
12930 * individual interrupt handler in MSI-X multi-message interrupt mode
12990 * Pin-IRQ interrupt mode is enabled and there is an event in the HBA which
13871 * @poll_mode: Polling mode we were called from
14350 * This routine checks the poll mode of the CQ corresponding to
14354 * queue_work path is taken if in NVMET mode, or if poll_mode is in
14355 * LPFC_QUEUE_WORK mode. Otherwise, softirq path is taken.
14467 * @poll_mode: Enum lpfc_poll_state to determine poll mode
14549 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
14551 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
14641 * interrupt mode is enabled and there is an event in the HBA which requires
14709 if (READ_ONCE(eq->mode) == LPFC_EQ_POLL)
14761 __lpfc_sli4_switch_eqmode(struct lpfc_queue *eq, uint8_t mode)
14763 if (mode == eq->mode)
14776 WRITE_ONCE(eq->mode, mode);
14792 mode ? lpfc_sli4_add_to_poll_list(eq) :
18960 * hardcoded default and gets used in nonFIP mode.