Home
last modified time | relevance | path

Searched refs:fwevt_iq_idx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_init.c276 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 Dcsio_hw.h489 int fwevt_iq_idx; /* FW evt queue */ member
H A Dcsio_hw.c4063 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()