Lines Matching refs:completion_code
990 u32 completion_code) in request_started_state_tc_event() argument
998 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_started_state_tc_event()
1069 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1073 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1090 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1112 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1129 u32 completion_code) in request_aborting_state_tc_event() argument
1131 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_aborting_state_tc_event()
1150 u32 completion_code) in ssp_task_request_await_tc_event() argument
1152 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in ssp_task_request_await_tc_event()
1167 completion_code); in ssp_task_request_await_tc_event()
1177 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in ssp_task_request_await_tc_event()
1188 u32 completion_code) in smp_request_await_response_tc_event() argument
1190 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_response_tc_event()
1219 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_response_tc_event()
1230 u32 completion_code) in smp_request_await_tc_event() argument
1232 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_tc_event()
1243 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_tc_event()
1287 u32 completion_code) in stp_request_non_data_await_h2d_tc_event() argument
1289 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_non_data_await_h2d_tc_event()
1301 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_non_data_await_h2d_tc_event()
1474 u32 completion_code) in stp_request_pio_await_h2d_completion_tc_event() argument
1476 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_pio_await_h2d_completion_tc_event()
1488 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_pio_await_h2d_completion_tc_event()
1499 u32 completion_code) in pio_data_out_tx_done_tc_event() argument
1505 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in pio_data_out_tx_done_tc_event()
1537 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in pio_data_out_tx_done_tc_event()
2095 u32 completion_code) in stp_request_udma_await_tc_event() argument
2097 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_udma_await_tc_event()
2134 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_udma_await_tc_event()
2143 static enum sci_status atapi_raw_completion(struct isci_request *ireq, u32 completion_code, in atapi_raw_completion() argument
2146 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_raw_completion()
2157 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in atapi_raw_completion()
2168 u32 completion_code) in atapi_data_tc_completion_handler() argument
2174 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_data_tc_completion_handler()
2337 u32 completion_code) in sci_request_handle_suspending_completions() argument
2345 completion_code); in sci_request_handle_suspending_completions()
2347 completion_code); in sci_request_handle_suspending_completions()
2351 completion_code); in sci_request_handle_suspending_completions()
2353 completion_code); in sci_request_handle_suspending_completions()
2357 completion_code); in sci_request_handle_suspending_completions()
2360 completion_code); in sci_request_handle_suspending_completions()
2381 u32 completion_code) in sci_io_request_tc_completion() argument
2390 ireq, SCU_GET_COMPLETION_TL_STATUS(completion_code)); in sci_io_request_tc_completion()
2394 return request_started_state_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2398 completion_code); in sci_io_request_tc_completion()
2402 completion_code); in sci_io_request_tc_completion()
2405 return smp_request_await_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2409 completion_code); in sci_io_request_tc_completion()
2413 completion_code); in sci_io_request_tc_completion()
2417 completion_code); in sci_io_request_tc_completion()
2420 return pio_data_out_tx_done_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2424 completion_code); in sci_io_request_tc_completion()
2427 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2431 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2435 return atapi_data_tc_completion_handler(ireq, completion_code); in sci_io_request_tc_completion()
2439 __func__, completion_code, req_state_name(state)); in sci_io_request_tc_completion()