Lines Matching refs:hba_queue_depth
1570 } else if (smid <= ioc->hba_queue_depth) { in _base_get_cb_idx()
1961 ioc->hba_queue_depth/4, _base_irqpoll); in _base_init_irqpolls()
4063 } else if (smid <= ioc->hba_queue_depth) { in mpt3sas_base_free_smid()
5778 if ((ioc->hba_queue_depth - reduce_sz) > in _base_reduce_hba_queue_depth()
5780 ioc->hba_queue_depth -= reduce_sz; in _base_reduce_hba_queue_depth()
6197 ioc->hba_queue_depth = max_request_credit + ioc->hi_priority_depth; in _base_allocate_memory_pools()
6247 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
6254 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
6267 ioc->hba_queue_depth = in _base_allocate_memory_pools()
6269 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
6306 ioc->scsiio_depth = ioc->hba_queue_depth - in _base_allocate_memory_pools()
6334 ioc->hba_queue_depth, ioc->chains_needed_per_io, in _base_allocate_memory_pools()
6339 ioc->hba_queue_depth -= retry_sz; in _base_allocate_memory_pools()
6346 ioc->hba_queue_depth, ioc->chains_needed_per_io, in _base_allocate_memory_pools()
6365 ioc->hba_queue_depth, ioc->request_sz, in _base_allocate_memory_pools()
6366 (ioc->hba_queue_depth * ioc->request_sz) / 1024); in _base_allocate_memory_pools()
8329 ioc->thresh_hold = ioc->hba_queue_depth/4; in mpt3sas_base_attach()