Lines Matching refs:hba_queue_depth
1459 } else if (smid <= ioc->hba_queue_depth) { in _base_get_cb_idx()
1771 ioc->hba_queue_depth/4, _base_irqpoll); in _base_init_irqpolls()
3759 } else if (smid <= ioc->hba_queue_depth) { in mpt3sas_base_free_smid()
5128 ioc->hba_queue_depth = max_request_credit + ioc->hi_priority_depth; in _base_allocate_memory_pools()
5178 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
5185 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
5198 ioc->hba_queue_depth = in _base_allocate_memory_pools()
5200 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
5236 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools()
5264 ioc->hba_queue_depth, ioc->chains_needed_per_io, in _base_allocate_memory_pools()
5269 ioc->hba_queue_depth -= retry_sz; in _base_allocate_memory_pools()
5276 ioc->hba_queue_depth, ioc->chains_needed_per_io, in _base_allocate_memory_pools()
5295 ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
5296 (ioc->hba_queue_depth * ioc->request_sz) / 1024); in _base_allocate_memory_pools()
7333 ioc->thresh_hold = ioc->hba_queue_depth/4; in mpt3sas_base_attach()