Lines Matching refs:completion_code
998 u32 completion_code) in request_started_state_tc_event() argument
1006 switch (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()
1080 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1097 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1119 ireq->scu_status = SCU_GET_COMPLETION_TL_STATUS(completion_code) >> in request_started_state_tc_event()
1136 u32 completion_code) in request_aborting_state_tc_event() argument
1138 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_aborting_state_tc_event()
1157 u32 completion_code) in ssp_task_request_await_tc_event() argument
1159 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in ssp_task_request_await_tc_event()
1174 completion_code); in ssp_task_request_await_tc_event()
1184 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in ssp_task_request_await_tc_event()
1195 u32 completion_code) in smp_request_await_response_tc_event() argument
1197 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_response_tc_event()
1226 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_response_tc_event()
1237 u32 completion_code) in smp_request_await_tc_event() argument
1239 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_tc_event()
1250 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in smp_request_await_tc_event()
1294 u32 completion_code) in stp_request_non_data_await_h2d_tc_event() argument
1296 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_non_data_await_h2d_tc_event()
1308 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_non_data_await_h2d_tc_event()
1481 u32 completion_code) in stp_request_pio_await_h2d_completion_tc_event() argument
1485 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_pio_await_h2d_completion_tc_event()
1497 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_pio_await_h2d_completion_tc_event()
1508 u32 completion_code) in pio_data_out_tx_done_tc_event() argument
1514 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in pio_data_out_tx_done_tc_event()
1546 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in pio_data_out_tx_done_tc_event()
2104 u32 completion_code) in stp_request_udma_await_tc_event() argument
2108 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_udma_await_tc_event()
2145 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in stp_request_udma_await_tc_event()
2154 static enum sci_status atapi_raw_completion(struct isci_request *ireq, u32 completion_code, in atapi_raw_completion() argument
2159 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_raw_completion()
2170 ireq->scu_status = SCU_NORMALIZE_COMPLETION_STATUS(completion_code); in atapi_raw_completion()
2181 u32 completion_code) in atapi_data_tc_completion_handler() argument
2187 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_data_tc_completion_handler()
2350 u32 completion_code) in sci_request_handle_suspending_completions() argument
2358 completion_code); in sci_request_handle_suspending_completions()
2360 completion_code); in sci_request_handle_suspending_completions()
2364 completion_code); in sci_request_handle_suspending_completions()
2366 completion_code); in sci_request_handle_suspending_completions()
2370 completion_code); in sci_request_handle_suspending_completions()
2373 completion_code); in sci_request_handle_suspending_completions()
2394 u32 completion_code) in sci_io_request_tc_completion() argument
2403 ireq, SCU_GET_COMPLETION_TL_STATUS(completion_code)); in sci_io_request_tc_completion()
2407 return request_started_state_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()
2418 return smp_request_await_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2422 completion_code); in sci_io_request_tc_completion()
2426 completion_code); in sci_io_request_tc_completion()
2430 completion_code); in sci_io_request_tc_completion()
2433 return pio_data_out_tx_done_tc_event(ireq, completion_code); in sci_io_request_tc_completion()
2437 completion_code); in sci_io_request_tc_completion()
2440 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2444 return atapi_raw_completion(ireq, completion_code, in sci_io_request_tc_completion()
2448 return atapi_data_tc_completion_handler(ireq, completion_code); in sci_io_request_tc_completion()
2452 __func__, completion_code, req_state_name(state)); in sci_io_request_tc_completion()