Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_init.c366 hw->intr_iq_idx = csio_wr_alloc_q(hw, CSIO_INTR_IQSIZE, in csio_config_queues()
377 hw->fwevt_iq_idx = csio_wr_alloc_q(hw, CSIO_FWEVT_IQSIZE, in csio_config_queues()
388 mgmtm->eq_idx = csio_wr_alloc_q(hw, CSIO_MGMT_EQSIZE, in csio_config_queues()
414 idx = csio_wr_alloc_q(hw, csio_scsi_eqsize, 0, in csio_config_queues()
425 idx = csio_wr_alloc_q(hw, CSIO_SCSI_IQSIZE, in csio_config_queues()
H A Dcsio_wr.h483 int csio_wr_alloc_q(struct csio_hw *, uint32_t, uint32_t,
H A Dcsio_wr.c186 csio_wr_alloc_q(struct csio_hw *hw, uint32_t qsize, uint32_t wrsize, in csio_wr_alloc_q() function
267 flq_idx = csio_wr_alloc_q(hw, nflb * sizeof(__be64), in csio_wr_alloc_q()