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

/linux-4.4.14/drivers/scsi/isci/
H A Disci.h92 #define SCU_MAX_COMPLETION_QUEUE_ENTRIES (SCU_MAX_CRITICAL_NOTIFICATIONS \ macro
97 #define SCU_MAX_COMPLETION_QUEUE_SHIFT (ilog2(SCU_MAX_COMPLETION_QUEUE_ENTRIES))
111 BUILD_BUG_ON_NOT_POWER_OF_2(SCU_MAX_COMPLETION_QUEUE_ENTRIES); check_sizes()
H A Dhost.c515 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) << sci_controller_process_completions()
517 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1); sci_controller_process_completions()
761 (SMU_CQC_QUEUE_LIMIT_SET(SCU_MAX_COMPLETION_QUEUE_ENTRIES - 1) | sci_controller_initialize_completion_queue()
789 for (index = 0; index < SCU_MAX_COMPLETION_QUEUE_ENTRIES; index++) { sci_controller_initialize_completion_queue()
2256 size = SCU_MAX_COMPLETION_QUEUE_ENTRIES * sizeof(u32); sci_controller_dma_alloc()

Completed in 72 milliseconds