SCU_COMPLETION_QUEUE_COUNT
MIN(this_controller->completion_queue_entries, SCU_COMPLETION_QUEUE_COUNT);
this_controller->completion_queue_entries = SCU_COMPLETION_QUEUE_COUNT;
#if (SCU_COMPLETION_QUEUE_COUNT != 16) && \
(SCU_COMPLETION_QUEUE_COUNT != 32) && \
(SCU_COMPLETION_QUEUE_COUNT != 64) && \
(SCU_COMPLETION_QUEUE_COUNT != 128) && \
(SCU_COMPLETION_QUEUE_COUNT != 256) && \
(SCU_COMPLETION_QUEUE_COUNT != 512) && \
(SCU_COMPLETION_QUEUE_COUNT != 1024)