Home
last modified time | relevance | path

Searched refs:CSIO_IM_MSIX (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_isr.c388 if (hw->intr_mode != CSIO_IM_MSIX) { in csio_request_irqs()
558 hw->intr_mode = CSIO_IM_MSIX; in csio_intr_enable()
579 (hw->intr_mode == CSIO_IM_MSIX) ? "MSIX" : in csio_intr_enable()
592 case CSIO_IM_MSIX: in csio_intr_disable()
Dcsio_init.c266 if (hw->intr_mode != CSIO_IM_MSIX) { in csio_create_queues()
363 if (hw->intr_mode != CSIO_IM_MSIX) { in csio_config_queues()
Dcsio_hw.h445 CSIO_IM_MSIX = 3, enumerator
Dcsio_wr.c444 case CSIO_IM_MSIX: in csio_wr_iq_create()
Dcsio_hw.c2694 if (hw->intr_mode == CSIO_IM_MSIX) in csio_hw_intr_enable()