Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5867 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_release_memory_pools()
5891 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_release_memory_pools()
5978 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_allocate_pcie_sgl_pool()
6009 ioc->scsiio_depth, sz, (sz * ioc->scsiio_depth)/1024)); in _base_allocate_pcie_sgl_pool()
6035 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_allocate_chain_dma_pool()
6056 ioc->scsiio_depth, ioc->chain_segment_sz, ((ioc->scsiio_depth * in _base_allocate_chain_dma_pool()
6472 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools()
6538 ioc->request, ioc->scsiio_depth)); in _base_allocate_memory_pools()
6549 for (i = 0; i < ioc->scsiio_depth; i++) { in _base_allocate_memory_pools()
6564 ioc->hi_priority_smid = ioc->scsiio_depth + 1; in _base_allocate_memory_pools()
[all …]
H A Dmpt3sas_ctl.c604 for (smid = ioc->scsiio_depth; smid && !found; smid--) { in _ctl_set_task_mid()
765 smid = ioc->scsiio_depth - INTERNAL_SCSIIO_CMDS_COUNT + 1; in _ctl_do_mpt_command()
2969 smid = ioc->scsiio_depth - INTERNAL_SCSIIO_CMDS_COUNT + 1; in mpt3sas_send_mctp_passthru_req()
H A Dmpt3sas_base.h1507 u16 scsiio_depth; member
H A Dmpt3sas_scsih.c1755 smid <= ioc->scsiio_depth - INTERNAL_SCSIIO_CMDS_COUNT) { in mpt3sas_scsih_scsi_lookup_get()
5009 for (smid = 1; smid <= ioc->scsiio_depth; smid++) { in _scsih_flush_running_cmds()
8682 for (smid = 1; smid <= ioc->scsiio_depth; smid++) { in _scsih_sas_broadcast_primitive_event()