Lines Matching refs:intr_mode
319 if (hw->intr_mode == CSIO_IM_INTX) in csio_fcoe_isr()
388 if (hw->intr_mode != CSIO_IM_MSIX) { in csio_request_irqs()
390 hw->intr_mode == CSIO_IM_MSI ? 0 : IRQF_SHARED, in csio_request_irqs()
527 hw->intr_mode = CSIO_IM_NONE; in csio_intr_enable()
532 hw->intr_mode = CSIO_IM_MSIX; in csio_intr_enable()
547 hw->intr_mode = CSIO_IM_MSI; in csio_intr_enable()
549 hw->intr_mode = CSIO_IM_INTX; in csio_intr_enable()
553 (hw->intr_mode == CSIO_IM_MSIX) ? "MSIX" : in csio_intr_enable()
554 ((hw->intr_mode == CSIO_IM_MSI) ? "MSI" : "INTx")); in csio_intr_enable()
565 switch (hw->intr_mode) { in csio_intr_disable()
582 hw->intr_mode = CSIO_IM_NONE; in csio_intr_disable()