Home
last modified time | relevance | path

Searched refs:SCU_GET_COMPLETION_TL_STATUS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/isci/
H A Drequest.c1001 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_started_state_tc_event()
1134 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in request_aborting_state_tc_event()
1155 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in ssp_task_request_await_tc_event()
1193 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_response_tc_event()
1235 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in smp_request_await_tc_event()
1292 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_non_data_await_h2d_tc_event()
1479 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_pio_await_h2d_completion_tc_event()
1508 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in pio_data_out_tx_done_tc_event()
2100 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in stp_request_udma_await_tc_event()
2149 switch (SCU_GET_COMPLETION_TL_STATUS(completion_code)) { in atapi_raw_completion()
[all …]
H A Dscu_completion_codes.h125 #define SCU_GET_COMPLETION_TL_STATUS(completion_code) \ macro