Home
last modified time | relevance | path

Searched refs:rdpq_array_enable (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2840 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()
3007 ioc->rdpq_array_enable = ioc->rdpq_array_capable; in mpt3sas_base_map_resources()
4245 } while (ioc->rdpq_array_enable && in _base_release_memory_pools()
4248 ioc->rdpq_array_enable) { in _base_release_memory_pools()
4496 if (_base_is_controller_msix_enabled(ioc) && !ioc->rdpq_array_enable) in _base_allocate_memory_pools()
4499 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
4539 } while (ioc->rdpq_array_enable && (++i < ioc->reply_queue_count)); in _base_allocate_memory_pools()
4871 if (ioc->rdpq_array_enable) { in _base_allocate_memory_pools()
5728 if (ioc->rdpq_array_enable) { in _base_send_ioc_init()
6382 if (ioc->rdpq_array_enable) { in _base_make_ioc_operational()
[all …]
Dmpt3sas_base.h1346 u8 rdpq_array_enable; member