Home
last modified time | relevance | path

Searched refs:CSIO_IM_MSI (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_isr.c390 hw->intr_mode == CSIO_IM_MSI ? 0 : IRQF_SHARED, in csio_request_irqs()
573 hw->intr_mode = CSIO_IM_MSI; in csio_intr_enable()
580 ((hw->intr_mode == CSIO_IM_MSI) ? "MSI" : "INTx")); in csio_intr_enable()
598 case CSIO_IM_MSI: in csio_intr_disable()
Dcsio_hw.h444 CSIO_IM_MSI = 2, enumerator
Dcsio_wr.c435 case CSIO_IM_MSI: in csio_wr_iq_create()
Dcsio_hw.c2697 else if (hw->intr_mode == CSIO_IM_MSI) in csio_hw_intr_enable()