[go: nahoru, domu]

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

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c1431 if (!ioc->rdpq_array_enable && max_msix_vectors == -1)
1570 ioc->rdpq_array_enable = ioc->rdpq_array_capable;
2426 } while (ioc->rdpq_array_enable &&
2579 if (_base_is_controller_msix_enabled(ioc) && !ioc->rdpq_array_enable)
2582 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ?
2622 } while (ioc->rdpq_array_enable && (++i < ioc->reply_queue_count));
3653 if (ioc->rdpq_array_enable) {
4339 if (ioc->rdpq_array_enable)
4839 if (ioc->rdpq_array_enable && !ioc->rdpq_array_capable)
H A Dmpt2sas_base.h790 * @rdpq_array_enable: rdpq_array support is enabled in the driver
791 * @rdpq_array_enable_assigned: this ensures that rdpq_array_enable flag
987 u8 rdpq_array_enable; member in struct:MPT2SAS_ADAPTER
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1719 if (!ioc->rdpq_array_enable && max_msix_vectors == -1)
1853 ioc->rdpq_array_enable = ioc->rdpq_array_capable;
2591 } while (ioc->rdpq_array_enable &&
2748 if (_base_is_controller_msix_enabled(ioc) && !ioc->rdpq_array_enable)
2751 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ?
2791 } while (ioc->rdpq_array_enable && (++i < ioc->reply_queue_count));
3772 if (ioc->rdpq_array_enable) {
4475 if (ioc->rdpq_array_enable)
4969 if (ioc->rdpq_array_enable && !ioc->rdpq_array_capable)
H A Dmpt3sas_base.h723 * @rdpq_array_enable: rdpq_array support is enabled in the driver
724 * @rdpq_array_enable_assigned: this ensures that rdpq_array_enable flag
929 u8 rdpq_array_enable; member in struct:MPT3SAS_ADAPTER

Completed in 125 milliseconds