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()
553 hw->intr_mode = CSIO_IM_NONE; in csio_intr_enable()
558 hw->intr_mode = CSIO_IM_MSIX; in csio_intr_enable()
573 hw->intr_mode = CSIO_IM_MSI; in csio_intr_enable()
575 hw->intr_mode = CSIO_IM_INTX; in csio_intr_enable()
579 (hw->intr_mode == CSIO_IM_MSIX) ? "MSIX" : in csio_intr_enable()
580 ((hw->intr_mode == CSIO_IM_MSI) ? "MSI" : "INTx")); in csio_intr_enable()
591 switch (hw->intr_mode) { in csio_intr_disable()
608 hw->intr_mode = CSIO_IM_NONE; in csio_intr_disable()