Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3089 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()
3297 ioc->rdpq_array_enable = ioc->rdpq_array_capable; in mpt3sas_base_map_resources()
4747 } while (ioc->rdpq_array_enable && in _base_release_memory_pools()
4750 ioc->rdpq_array_enable) { in _base_release_memory_pools()
4995 if (_base_is_controller_msix_enabled(ioc) && !ioc->rdpq_array_enable) in _base_allocate_memory_pools()
4998 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
5031 } while (ioc->rdpq_array_enable && (++i < ioc->reply_queue_count)); in _base_allocate_memory_pools()
5349 if (ioc->rdpq_array_enable) { in _base_allocate_memory_pools()
6183 if (ioc->rdpq_array_enable) { in _base_send_ioc_init()
6813 if (ioc->rdpq_array_enable) { in _base_make_ioc_operational()
[all …]
Dmpt3sas_base.h1404 u8 rdpq_array_enable; member