Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_isr.c389 (hw->intr_mode == CSIO_IM_MSI) ? in csio_request_irqs()
393 if (hw->intr_mode == CSIO_IM_MSI) in csio_request_irqs()
585 hw->intr_mode = CSIO_IM_MSI; in csio_intr_enable()
592 ((hw->intr_mode == CSIO_IM_MSI) ? "MSI" : "INTx")); in csio_intr_enable()
604 case CSIO_IM_MSI: in csio_intr_disable()
Dcsio_hw.h421 CSIO_IM_MSI = 2, enumerator
Dcsio_wr.c433 case CSIO_IM_MSI: in csio_wr_iq_create()
Dcsio_hw.c2246 else if (hw->intr_mode == CSIO_IM_MSI) in csio_hw_intr_enable()