Home
last modified time | relevance | path

Searched refs:scsiio_depth (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/scsi/mpt3sas/
Dmpt3sas_base.c412 for (index = 0; index < ioc->scsiio_depth; index++) { in _base_get_chain_buffer_dma_to_chain_buffer()
1554 u16 ctl_smid = ioc->scsiio_depth - INTERNAL_SCSIIO_CMDS_COUNT + 1; in _base_get_cb_idx()
5850 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_release_memory_pools()
5874 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_release_memory_pools()
5961 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_allocate_pcie_sgl_pool()
5992 ioc->scsiio_depth, sz, (sz * ioc->scsiio_depth)/1024)); in _base_allocate_pcie_sgl_pool()
6018 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_allocate_chain_dma_pool()
6039 ioc->scsiio_depth, ioc->chain_segment_sz, ((ioc->scsiio_depth * in _base_allocate_chain_dma_pool()
6073 ioc->scsiio_depth, SCSI_SENSE_BUFFERSIZE, sz/1024); in _base_allocate_sense_dma_pool()
6455 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h1510 u16 scsiio_depth; member
Dmpt3sas_ctl.c601 for (smid = ioc->scsiio_depth; smid && !found; smid--) { in _ctl_set_task_mid()
727 smid = ioc->scsiio_depth - INTERNAL_SCSIIO_CMDS_COUNT + 1; in _ctl_do_mpt_command()
Dmpt3sas_scsih.c1756 smid <= ioc->scsiio_depth - INTERNAL_SCSIIO_CMDS_COUNT) { in mpt3sas_scsih_scsi_lookup_get()
5019 for (smid = 1; smid <= ioc->scsiio_depth; smid++) { in _scsih_flush_running_cmds()
8697 for (smid = 1; smid <= ioc->scsiio_depth; smid++) { in _scsih_sas_broadcast_primitive_event()