Home
last modified time | relevance | path

Searched refs:internal_depth (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5945 (ioc->internal_depth + INTERNAL_SCSIIO_CMDS_COUNT)) { in _base_reduce_hba_queue_depth()
6335 if (ioc->internal_depth < INTERNAL_CMDS_COUNT) { in _base_allocate_memory_pools()
6342 ioc->internal_depth = 10; in _base_allocate_memory_pools()
6345 ioc->hi_priority_depth = ioc->internal_depth - (5); in _base_allocate_memory_pools()
6349 ioc->internal_depth, facts->RequestCredit); in _base_allocate_memory_pools()
6354 (MPT3SAS_KDUMP_SCSI_IO_DEPTH + ioc->internal_depth)); in _base_allocate_memory_pools()
6473 ioc->hi_priority_depth - ioc->internal_depth; in _base_allocate_memory_pools()
6493 sz += (ioc->internal_depth * ioc->request_sz); in _base_allocate_memory_pools()
6571 ioc->internal_lookup = kcalloc(ioc->internal_depth, in _base_allocate_memory_pools()
6581 ioc->internal_depth, ioc->internal_smid)); in _base_allocate_memory_pools()
[all …]
H A Dmpt3sas_base.h1547 u16 internal_depth; member