Lines Matching refs:completion_queue_get

475    this_controller->completion_queue_get = 0;  in scic_sds_controller_initialize_completion_queue()
494 this_controller->completion_queue_get = completion_queue_get_value; in scic_sds_controller_initialize_completion_queue()
2041 U32 get_value = this_controller->completion_queue_get; in scic_sds_controller_completion_queue_has_entries()
2435 this_controller->completion_queue_get in scic_sds_controller_process_completions()
2439 get_index = NORMALIZE_GET_POINTER(this_controller->completion_queue_get); in scic_sds_controller_process_completions()
2440 get_cycle = SMU_CQGR_CYCLE_BIT & this_controller->completion_queue_get; in scic_sds_controller_process_completions()
2442 event_index = NORMALIZE_EVENT_POINTER(this_controller->completion_queue_get); in scic_sds_controller_process_completions()
2443 event_cycle = SMU_CQGR_EVENT_CYCLE_BIT & this_controller->completion_queue_get; in scic_sds_controller_process_completions()
2501 this_controller->completion_queue_get = in scic_sds_controller_process_completions()
2507 SMU_CQGR_WRITE(this_controller, this_controller->completion_queue_get); in scic_sds_controller_process_completions()
2514 this_controller->completion_queue_get in scic_sds_controller_process_completions()
2550 this_controller->completion_queue_get in scic_sds_controller_transitioned_process_completions()
2554 get_index = NORMALIZE_GET_POINTER(this_controller->completion_queue_get); in scic_sds_controller_transitioned_process_completions()
2555 get_cycle = SMU_CQGR_CYCLE_BIT & this_controller->completion_queue_get; in scic_sds_controller_transitioned_process_completions()
2557 event_index = NORMALIZE_EVENT_POINTER(this_controller->completion_queue_get); in scic_sds_controller_transitioned_process_completions()
2558 event_cycle = SMU_CQGR_EVENT_CYCLE_BIT & this_controller->completion_queue_get; in scic_sds_controller_transitioned_process_completions()
2605 this_controller->completion_queue_get = in scic_sds_controller_transitioned_process_completions()
2611 SMU_CQGR_WRITE(this_controller, this_controller->completion_queue_get); in scic_sds_controller_transitioned_process_completions()
2618 this_controller->completion_queue_get in scic_sds_controller_transitioned_process_completions()
5059 this_controller->completion_queue_get = 0; in scic_controller_suspend()