Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_init.c268 rv = csio_wr_iq_create(hw, NULL, hw->intr_iq_idx, in csio_create_queues()
367 hw->intr_iq_idx = csio_wr_alloc_q(hw, CSIO_INTR_IQSIZE, in csio_config_queues()
370 if (hw->intr_iq_idx == -1) { in csio_config_queues()
Dcsio_wr.c437 if (hw->intr_iq_idx == iq_idx) in csio_wr_iq_create()
442 csio_q_physiqid(hw, hw->intr_iq_idx); in csio_wr_iq_create()
1175 csio_q_physiqid(hw, hw->intr_iq_idx))) { in csio_wr_process_iq()
Dcsio_hw.h486 int intr_iq_idx; /* Forward interrupt member
Dcsio_isr.c330 intx_q = csio_get_q(hw, hw->intr_iq_idx); in csio_fcoe_isr()