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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_init.c366 hw->intr_iq_idx = csio_wr_alloc_q(hw, CSIO_INTR_IQSIZE,
377 hw->fwevt_iq_idx = csio_wr_alloc_q(hw, CSIO_FWEVT_IQSIZE,
388 mgmtm->eq_idx = csio_wr_alloc_q(hw, CSIO_MGMT_EQSIZE,
414 idx = csio_wr_alloc_q(hw, csio_scsi_eqsize, 0,
425 idx = csio_wr_alloc_q(hw, CSIO_SCSI_IQSIZE,
H A Dcsio_wr.h483 int csio_wr_alloc_q(struct csio_hw *, uint32_t, uint32_t,
H A Dcsio_wr.c163 * csio_wr_alloc_q - Allocate a WR queue and initialize it.
186 csio_wr_alloc_q(struct csio_hw *hw, uint32_t qsize, uint32_t wrsize, function
267 flq_idx = csio_wr_alloc_q(hw, nflb * sizeof(__be64),

Completed in 204 milliseconds