Lines Matching refs:completion_code
993 u32 completion_code) in request_started_state_tc_event() argument
1001 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_started_state_tc_event()
1072 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1076 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1093 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1115 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1132 u32 completion_code) in request_aborting_state_tc_event() argument
1134 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_aborting_state_tc_event()
1153 u32 completion_code) in ssp_task_request_await_tc_event() argument
1155 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in ssp_task_request_await_tc_event()
1170 completion_code); in ssp_task_request_await_tc_event()
1180 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in ssp_task_request_await_tc_event()
1191 u32 completion_code) in smp_request_await_response_tc_event() argument
1193 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_response_tc_event()
1222 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_response_tc_event()
1233 u32 completion_code) in smp_request_await_tc_event() argument
1235 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_tc_event()
1246 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_tc_event()
1290 u32 completion_code) in stp_request_non_data_await_h2d_tc_event() argument
1292 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_non_data_await_h2d_tc_event()
1304 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_non_data_await_h2d_tc_event()
1477 u32 completion_code) in stp_request_pio_await_h2d_completion_tc_event() argument
1479 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_pio_await_h2d_completion_tc_event()
1491 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_pio_await_h2d_completion_tc_event()
1502 u32 completion_code) in pio_data_out_tx_done_tc_event() argument
1508 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in pio_data_out_tx_done_tc_event()
1540 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in pio_data_out_tx_done_tc_event()
2098 u32 completion_code) in stp_request_udma_await_tc_event() argument
2100 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_udma_await_tc_event()
2137 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_udma_await_tc_event()
2146 static enum sci_status atapi_raw_completion(struct isci_request *ireq, u32 completion_code, in atapi_raw_completion() argument
2149 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_raw_completion()
2160 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in atapi_raw_completion()
2171 u32 completion_code) in atapi_data_tc_completion_handler() argument
2177 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_data_tc_completion_handler()
2340 u32 completion_code) in sci_request_handle_suspending_completions() argument
2348 completion_code); in sci_request_handle_suspending_completions()
2350 completion_code); in sci_request_handle_suspending_completions()
2354 completion_code); in sci_request_handle_suspending_completions()
2356 completion_code); in sci_request_handle_suspending_completions()
2360 completion_code); in sci_request_handle_suspending_completions()
2363 completion_code); in sci_request_handle_suspending_completions()
2384 u32 completion_code) in sci_io_request_tc_completion() argument
2393 ireq, SCU_GET_COMPLETION_TL_STATUS(completion_code)); in sci_io_request_tc_completion()
2397 return request_started_state_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2401 completion_code); in sci_io_request_tc_completion()
2405 completion_code); in sci_io_request_tc_completion()
2408 return smp_request_await_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2412 completion_code); in sci_io_request_tc_completion()
2416 completion_code); in sci_io_request_tc_completion()
2420 completion_code); in sci_io_request_tc_completion()
2423 return pio_data_out_tx_done_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2427 completion_code); in sci_io_request_tc_completion()
2430 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2434 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2438 return atapi_data_tc_completion_handler(ireq, completion_code); in sci_io_request_tc_completion()
2442 __func__, completion_code, req_state_name(state)); in sci_io_request_tc_completion()