Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1954 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()
2120 ioc->rdpq_array_enable = ioc->rdpq_array_capable; in mpt3sas_base_map_resources()
3101 } while (ioc->rdpq_array_enable && in _base_release_memory_pools()
3268 if (_base_is_controller_msix_enabled(ioc) && !ioc->rdpq_array_enable) in _base_allocate_memory_pools()
3271 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
3311 } while (ioc->rdpq_array_enable && (++i < ioc->reply_queue_count)); in _base_allocate_memory_pools()
4360 if (ioc->rdpq_array_enable) { in _base_send_ioc_init()
5065 if (ioc->rdpq_array_enable) in _base_make_ioc_operational()
5600 if (ioc->rdpq_array_enable && !ioc->rdpq_array_capable) in mpt3sas_base_hard_reset_handler()
Dmpt3sas_base.h1133 u8 rdpq_array_enable; member