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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.h297 U32 *completion_queue; member in struct:SCIC_SDS_CONTROLLER
H A Dscic_sds_controller.c390 this_controller->completion_queue = (U32*) mde->virtual_address;
507 // If get.cycle_bit != completion_queue.cycle_bit
510 this_controller->completion_queue[index] = 0x80000000;
2045 == COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index])
2447 == COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index])
2452 completion_entry = this_controller->completion_queue[get_index];
2563 this_controller->completion_queue[get_index])
2568 completion_entry = this_controller->completion_queue[get_index];

Completed in 113 milliseconds