Searched refs:intr_iq_idx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_init.c | 268 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()
|
H A D | csio_wr.c | 437 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() 1174 csio_q_physiqid(hw, hw->intr_iq_idx))) { in csio_wr_process_iq()
|
H A D | csio_hw.h | 486 int intr_iq_idx; /* Forward interrupt member
|
H A D | csio_isr.c | 330 intx_q = csio_get_q(hw, hw->intr_iq_idx); in csio_fcoe_isr()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_init.c | 267 rv = csio_wr_iq_create(hw, NULL, hw->intr_iq_idx, in csio_create_queues() 366 hw->intr_iq_idx = csio_wr_alloc_q(hw, CSIO_INTR_IQSIZE, in csio_config_queues() 369 if (hw->intr_iq_idx == -1) { in csio_config_queues()
|
H A D | csio_wr.c | 437 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() 1174 csio_q_physiqid(hw, hw->intr_iq_idx))) { in csio_wr_process_iq()
|
H A D | csio_hw.h | 486 int intr_iq_idx; /* Forward interrupt member
|
H A D | csio_isr.c | 330 intx_q = csio_get_q(hw, hw->intr_iq_idx); in csio_fcoe_isr()
|
Completed in 12 milliseconds