Searched refs:INTx (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h451 INTx, enumerator in enum:intr_type_t
H A Dlpfc_init.c3767 "0470 Enable INTx interrupt mode.\n");
7007 /* Fallback to INTx if both MSI-X/MSI initalization failed */
7012 /* Indicate initialization to INTx mode */
7013 phba->intr_type = INTx;
7037 else if (phba->intr_type == INTx)
7281 /* Fallback to INTx if both MSI-X/MSI initalization failed */
7286 /* Indicate initialization to INTx mode */
7287 phba->intr_type = INTx;
7316 else if (phba->intr_type == INTx)
8265 /* Send NOP mbx cmds for non-INTx mod
[all...]
H A Dlpfc_sli.c267 /* PCI read to flush PCI pipeline on re-arming for INTx mode */
268 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM))

Completed in 118 milliseconds