Home
last modified time | relevance | path

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

/freebsd/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
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 != 1024)
H A Dscic_sds_controller.c4527 MIN(this_controller->completion_queue_entries, SCU_COMPLETION_QUEUE_COUNT); in scic_controller_set_mode()
6554 this_controller->completion_queue_entries = SCU_COMPLETION_QUEUE_COUNT; in scic_sds_controller_reset_state_enter()