Searched refs:csio_wr_alloc_q (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_init.c | 367 hw->intr_iq_idx = csio_wr_alloc_q(hw, CSIO_INTR_IQSIZE, in csio_config_queues() 378 hw->fwevt_iq_idx = csio_wr_alloc_q(hw, CSIO_FWEVT_IQSIZE, in csio_config_queues() 389 mgmtm->eq_idx = csio_wr_alloc_q(hw, CSIO_MGMT_EQSIZE, in csio_config_queues() 415 idx = csio_wr_alloc_q(hw, csio_scsi_eqsize, 0, in csio_config_queues() 426 idx = csio_wr_alloc_q(hw, CSIO_SCSI_IQSIZE, in csio_config_queues()
|
H A D | csio_wr.h | 483 int csio_wr_alloc_q(struct csio_hw *, uint32_t, uint32_t,
|
H A D | csio_wr.c | 163 * 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, in csio_wr_alloc_q() function 267 flq_idx = csio_wr_alloc_q(hw, nflb * sizeof(__be64), in csio_wr_alloc_q()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_init.c | 366 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 D | csio_wr.h | 483 int csio_wr_alloc_q(struct csio_hw *, uint32_t, uint32_t,
|
H A D | csio_wr.c | 163 * 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, in csio_wr_alloc_q() function 267 flq_idx = csio_wr_alloc_q(hw, nflb * sizeof(__be64), in csio_wr_alloc_q()
|
Completed in 12 milliseconds