Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c1453 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()
1592 ioc->rdpq_array_enable = ioc->rdpq_array_capable; in mpt2sas_base_map_resources()
2451 } while (ioc->rdpq_array_enable && in _base_release_memory_pools()
2608 if (_base_is_controller_msix_enabled(ioc) && !ioc->rdpq_array_enable) in _base_allocate_memory_pools()
2611 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
2651 } while (ioc->rdpq_array_enable && (++i < ioc->reply_queue_count)); in _base_allocate_memory_pools()
3682 if (ioc->rdpq_array_enable) { in _base_send_ioc_init()
4368 if (ioc->rdpq_array_enable) in _base_make_ioc_operational()
4869 if (ioc->rdpq_array_enable && !ioc->rdpq_array_capable) in mpt2sas_base_hard_reset_handler()
Dmpt2sas_base.h992 u8 rdpq_array_enable; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1741 if (!ioc->rdpq_array_enable && max_msix_vectors == -1) in _base_enable_msix()
1875 ioc->rdpq_array_enable = ioc->rdpq_array_capable; in mpt3sas_base_map_resources()
2617 } while (ioc->rdpq_array_enable && in _base_release_memory_pools()
2780 if (_base_is_controller_msix_enabled(ioc) && !ioc->rdpq_array_enable) in _base_allocate_memory_pools()
2783 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
2823 } while (ioc->rdpq_array_enable && (++i < ioc->reply_queue_count)); in _base_allocate_memory_pools()
3804 if (ioc->rdpq_array_enable) { in _base_send_ioc_init()
4507 if (ioc->rdpq_array_enable) in _base_make_ioc_operational()
5002 if (ioc->rdpq_array_enable && !ioc->rdpq_array_capable) in mpt3sas_base_hard_reset_handler()
Dmpt3sas_base.h934 u8 rdpq_array_enable; member