Searched refs:hba_queue_depth (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 763 } else if (smid <= ioc->hba_queue_depth) { in _base_get_cb_idx() 1531 } else if (smid <= ioc->hba_queue_depth) { in mpt2sas_base_free_smid() 2174 ioc->hba_queue_depth = max_request_credit; in _base_allocate_memory_pools() 2214 num_of_reply_frames = ioc->hba_queue_depth + 32; in _base_allocate_memory_pools() 2235 queue_size = ioc->hba_queue_depth + num_of_reply_frames + 1; in _base_allocate_memory_pools() 2252 ioc->hba_queue_depth -= (queue_diff / 2); in _base_allocate_memory_pools() 2264 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools() 2291 "total(%d kB)\n", ioc->name, ioc->hba_queue_depth, in _base_allocate_memory_pools() 2296 ioc->hba_queue_depth = max_request_credit - retry_sz; in _base_allocate_memory_pools() 2303 "total(%d kb)\n", ioc->name, ioc->hba_queue_depth, in _base_allocate_memory_pools() [all …]
|
D | mpt2sas_base.h | 753 u16 hba_queue_depth; member
|
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 2325 LPFC_ATTR_R(hba_queue_depth, 8192, 32, 8192,
|