Searched refs:SCU_COMPLETION_QUEUE_COUNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_constants.h107 #define SCU_COMPLETION_QUEUE_COUNT SCU_MAX_COMPLETION_QUEUE_ENTRIES macro
115 #define SCU_COMPLETION_QUEUE_COUNT SCU_MIN_COMPLETION_QUEUE_ENTRIES macro
119 * The SCU_COMPLETION_QUEUE_COUNT constant indicates the size
128 #if (SCU_COMPLETION_QUEUE_COUNT != 16) && \
129 (SCU_COMPLETION_QUEUE_COUNT != 32) && \
130 (SCU_COMPLETION_QUEUE_COUNT != 64) && \
131 (SCU_COMPLETION_QUEUE_COUNT != 128) && \
132 (SCU_COMPLETION_QUEUE_COUNT != 256) && \
133 (SCU_COMPLETION_QUEUE_COUNT != 512) && \
134 (SCU_COMPLETION_QUEUE_COUNT !
[all...]
H A Dscic_sds_controller.c4527 MIN(this_controller->completion_queue_entries, SCU_COMPLETION_QUEUE_COUNT);
6554 this_controller->completion_queue_entries = SCU_COMPLETION_QUEUE_COUNT;

Completed in 163 milliseconds