Searched refs:hba_queue_depth (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 850 } else if (smid <= ioc->hba_queue_depth) { in _base_get_cb_idx() 1824 } else if (smid <= ioc->hba_queue_depth) { in mpt2sas_base_free_smid() 2536 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools() 2576 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools() 2579 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools() 2592 ioc->hba_queue_depth = in _base_allocate_memory_pools() 2594 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools() 2662 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools() 2689 "total(%d kB)\n", ioc->name, ioc->hba_queue_depth, in _base_allocate_memory_pools() 2694 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools() [all …]
|
D | mpt2sas_base.h | 927 u16 hba_queue_depth; member
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 837 } else if (smid <= ioc->hba_queue_depth) { in _base_get_cb_idx() 2102 } else if (smid <= ioc->hba_queue_depth) { in mpt3sas_base_free_smid() 2711 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools() 2748 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools() 2751 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools() 2764 ioc->hba_queue_depth = in _base_allocate_memory_pools() 2766 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools() 2834 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools() 2863 "total(%d kB)\n", ioc->name, ioc->hba_queue_depth, in _base_allocate_memory_pools() 2868 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools() [all …]
|
D | mpt3sas_base.h | 870 u16 hba_queue_depth; member
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 3104 LPFC_ATTR_R(hba_queue_depth, 8192, 32, 8192,
|