Searched refs:SCU_COMPLETION_QUEUE_COUNT (Results 1 – 2 of 2) sorted by relevance
107 #define SCU_COMPLETION_QUEUE_COUNT SCU_MAX_COMPLETION_QUEUE_ENTRIES macro115 #define SCU_COMPLETION_QUEUE_COUNT SCU_MIN_COMPLETION_QUEUE_ENTRIES128 #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)
4527 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()