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()
1071 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1075 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1092 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1114 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1131 u32 completion_code) in request_aborting_state_tc_event() argument
1133 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_aborting_state_tc_event()
1152 u32 completion_code) in ssp_task_request_await_tc_event() argument
1154 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in ssp_task_request_await_tc_event()
1169 completion_code); in ssp_task_request_await_tc_event()
1179 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in ssp_task_request_await_tc_event()
1190 u32 completion_code) in smp_request_await_response_tc_event() argument
1192 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_response_tc_event()
1221 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_response_tc_event()
1232 u32 completion_code) in smp_request_await_tc_event() argument
1234 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_tc_event()
1245 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_tc_event()
1289 u32 completion_code) in stp_request_non_data_await_h2d_tc_event() argument
1291 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_non_data_await_h2d_tc_event()
1303 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_non_data_await_h2d_tc_event()
1476 u32 completion_code) in stp_request_pio_await_h2d_completion_tc_event() argument
1478 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_pio_await_h2d_completion_tc_event()
1490 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_pio_await_h2d_completion_tc_event()
1501 u32 completion_code) in pio_data_out_tx_done_tc_event() argument
1507 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in pio_data_out_tx_done_tc_event()
1539 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in pio_data_out_tx_done_tc_event()
2097 u32 completion_code) in stp_request_udma_await_tc_event() argument
2099 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_udma_await_tc_event()
2136 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_udma_await_tc_event()
2145 static enum sci_status atapi_raw_completion(struct isci_request *ireq, u32 completion_code, in atapi_raw_completion() argument
2148 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_raw_completion()
2159 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in atapi_raw_completion()
2170 u32 completion_code) in atapi_data_tc_completion_handler() argument
2176 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_data_tc_completion_handler()
2339 u32 completion_code) in sci_request_handle_suspending_completions() argument
2347 completion_code); in sci_request_handle_suspending_completions()
2349 completion_code); in sci_request_handle_suspending_completions()
2353 completion_code); in sci_request_handle_suspending_completions()
2355 completion_code); in sci_request_handle_suspending_completions()
2359 completion_code); in sci_request_handle_suspending_completions()
2362 completion_code); in sci_request_handle_suspending_completions()
2383 u32 completion_code) in sci_io_request_tc_completion() argument
2392 ireq, SCU_GET_COMPLETION_TL_STATUS(completion_code)); in sci_io_request_tc_completion()
2396 return request_started_state_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2400 completion_code); in sci_io_request_tc_completion()
2404 completion_code); in sci_io_request_tc_completion()
2407 return smp_request_await_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2411 completion_code); in sci_io_request_tc_completion()
2415 completion_code); in sci_io_request_tc_completion()
2419 completion_code); in sci_io_request_tc_completion()
2422 return pio_data_out_tx_done_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2426 completion_code); in sci_io_request_tc_completion()
2429 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2433 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2437 return atapi_data_tc_completion_handler(ireq, completion_code); in sci_io_request_tc_completion()
2441 __func__, completion_code, req_state_name(state)); in sci_io_request_tc_completion()