Searched refs:csio_wr_alloc_q (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/scsi/csiostor/ | 
| 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()
  | 
| D | csio_wr.h | 483 int csio_wr_alloc_q(struct csio_hw *, uint32_t, uint32_t,
  | 
| D | csio_wr.c | 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()
  |