Searched refs:hba_queue_depth (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 841 } else if (smid <= ioc->hba_queue_depth) { in _base_get_cb_idx() 1774 } else if (smid <= ioc->hba_queue_depth) { in mpt2sas_base_free_smid() 2468 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools() 2508 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools() 2521 (ioc->hba_queue_depth - (ioc->hba_queue_depth % 16))); in _base_allocate_memory_pools() 2523 ioc->hba_queue_depth = ioc->reply_free_queue_depth - 64; in _base_allocate_memory_pools() 2533 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools() 2560 "total(%d kB)\n", ioc->name, ioc->hba_queue_depth, in _base_allocate_memory_pools() 2565 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools() 2572 "total(%d kb)\n", ioc->name, ioc->hba_queue_depth, in _base_allocate_memory_pools() [all …]
|
D | mpt2sas_base.h | 910 u16 hba_queue_depth; member
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 827 } else if (smid <= ioc->hba_queue_depth) { in _base_get_cb_idx() 2064 } else if (smid <= ioc->hba_queue_depth) { in mpt3sas_base_free_smid() 2603 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools() 2640 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools() 2643 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools() 2656 ioc->hba_queue_depth = in _base_allocate_memory_pools() 2658 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools() 2667 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools() 2696 "total(%d kB)\n", ioc->name, ioc->hba_queue_depth, in _base_allocate_memory_pools() 2701 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools() [all …]
|
D | mpt3sas_base.h | 834 u16 hba_queue_depth; member
|
/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 2613 LPFC_ATTR_R(hba_queue_depth, 8192, 32, 8192,
|