Searched refs:fwevt_iq_idx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_init.c | 277 rv = csio_wr_iq_create(hw, NULL, hw->fwevt_iq_idx, in csio_create_queues() 378 hw->fwevt_iq_idx = csio_wr_alloc_q(hw, CSIO_FWEVT_IQSIZE, in csio_config_queues() 383 if (hw->fwevt_iq_idx == -1) { in csio_config_queues() 398 mgmtm->iq_idx = hw->fwevt_iq_idx; in csio_config_queues()
|
H A D | csio_hw.h | 489 int fwevt_iq_idx; /* FW evt queue */ member
|
H A D | csio_hw.c | 4063 if (csio_q_iqid(hw, hw->fwevt_iq_idx) == CSIO_MAX_QID) { in csio_fwevtq_handler() 4068 rv = csio_wr_process_iq_idx(hw, hw->fwevt_iq_idx, in csio_fwevtq_handler() 4196 /*mgmtm->iq_idx = hw->fwevt_iq_idx;*/ in csio_mgmtm_init()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_init.c | 276 rv = csio_wr_iq_create(hw, NULL, hw->fwevt_iq_idx, in csio_create_queues() 377 hw->fwevt_iq_idx = csio_wr_alloc_q(hw, CSIO_FWEVT_IQSIZE, in csio_config_queues() 382 if (hw->fwevt_iq_idx == -1) { in csio_config_queues() 397 mgmtm->iq_idx = hw->fwevt_iq_idx; in csio_config_queues()
|
H A D | csio_hw.h | 489 int fwevt_iq_idx; /* FW evt queue */ member
|
H A D | csio_hw.c | 4063 if (csio_q_iqid(hw, hw->fwevt_iq_idx) == CSIO_MAX_QID) { in csio_fwevtq_handler() 4068 rv = csio_wr_process_iq_idx(hw, hw->fwevt_iq_idx, in csio_fwevtq_handler() 4196 /*mgmtm->iq_idx = hw->fwevt_iq_idx;*/ in csio_mgmtm_init()
|
Completed in 21 milliseconds