Lines Matching refs:high_iops_queues
3006 if (ioc->high_iops_queues) { in _base_assign_reply_queues()
3008 for (index = 0; index < ioc->high_iops_queues; in _base_assign_reply_queues()
3018 if (reply_q->msix_index < ioc->high_iops_queues) in _base_assign_reply_queues()
3040 nr_msix -= ioc->high_iops_queues; in _base_assign_reply_queues()
3046 if (reply_q->msix_index < ioc->high_iops_queues) in _base_assign_reply_queues()
3085 ioc->high_iops_queues = 0; in _base_check_and_enable_high_iops_queues()
3095 ioc->high_iops_queues = 0; in _base_check_and_enable_high_iops_queues()
3104 ioc->high_iops_queues = MPT3SAS_HIGH_IOPS_REPLY_QUEUES; in _base_check_and_enable_high_iops_queues()
3106 ioc->high_iops_queues = 0; in _base_check_and_enable_high_iops_queues()
3132 struct irq_affinity desc = { .pre_vectors = ioc->high_iops_queues }; in _base_alloc_irq_vectors()
3140 ioc_info(ioc, " %d %d\n", ioc->high_iops_queues, in _base_alloc_irq_vectors()
3144 ioc->high_iops_queues, in _base_alloc_irq_vectors()
3180 min_t(int, ioc->cpu_count + ioc->high_iops_queues, in _base_enable_msix()
3230 ioc->high_iops_queues ? "enabled" : "disabled"); in _base_enable_msix()
3236 ioc->high_iops_queues = 0; in _base_enable_msix()
4677 if (ioc->high_iops_queues) { in _base_update_ioc_page1_inlinewith_perf_mode()
7273 if (ioc->high_iops_queues) in mpt3sas_base_attach()