Searched refs:FAST_IO_FAIL (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dscsi_error.c158 (rtn == FAST_IO_FAIL) ? scmd_eh_abort_handler()
867 * SUCCESS, FAILED, or FAST_IO_FAIL
874 * but could not be executed. LLDDs should return FAST_IO_FAIL
1345 if (rtn == FAST_IO_FAIL) list_for_each_entry_safe()
1483 if (rtn == SUCCESS || rtn == FAST_IO_FAIL) {
1485 rtn == FAST_IO_FAIL ||
1547 if (rtn != SUCCESS && rtn != FAST_IO_FAIL) scsi_eh_target_reset()
1559 else if (rtn == FAST_IO_FAIL) scsi_eh_target_reset()
1621 if (rtn == SUCCESS || rtn == FAST_IO_FAIL) { list_for_each_entry_safe()
1624 if (rtn == FAST_IO_FAIL) list_for_each_entry_safe()
1668 } else if (rtn == FAST_IO_FAIL) { list_for_each_entry_safe()
H A Dconstants.c1260 scsi_mlreturn_name(FAST_IO_FAIL)
H A Dscsi_transport_fc.c3299 * FAST_IO_FAIL if the fast_io_fail_tmo fired, this should be
3318 return FAST_IO_FAIL; fc_block_scsi_eh()
H A Dscsi_transport_iscsi.c1864 * recovery timer fires then FAST_IO_FAIL is returned. The caller
1877 ret = FAST_IO_FAIL; iscsi_block_scsi_eh()
/linux-4.1.27/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2393 * SUCCESS / FAST_IO_FAIL / FAILED
2405 if (block_rc != FAST_IO_FAIL) { ibmvfc_eh_abort_handler()
2414 if (block_rc == FAST_IO_FAIL && rc != FAILED) ibmvfc_eh_abort_handler()
2415 rc = FAST_IO_FAIL; ibmvfc_eh_abort_handler()
2426 * SUCCESS / FAST_IO_FAIL / FAILED
2438 if (block_rc != FAST_IO_FAIL) { ibmvfc_eh_device_reset_handler()
2447 if (block_rc == FAST_IO_FAIL && rc != FAILED) ibmvfc_eh_device_reset_handler()
2448 rc = FAST_IO_FAIL; ibmvfc_eh_device_reset_handler()
2483 * SUCCESS / FAST_IO_FAIL / FAILED
2498 if (block_rc != FAST_IO_FAIL) { ibmvfc_eh_target_reset_handler()
2507 if (block_rc == FAST_IO_FAIL && rc != FAILED) ibmvfc_eh_target_reset_handler()
2508 rc = FAST_IO_FAIL; ibmvfc_eh_target_reset_handler()
2528 if (block_rc == FAST_IO_FAIL) ibmvfc_eh_host_reset_handler()
2529 return FAST_IO_FAIL; ibmvfc_eh_host_reset_handler()
/linux-4.1.27/include/scsi/
H A Dscsi.h501 #define FAST_IO_FAIL 0x2009 macro
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c2495 ret = FAST_IO_FAIL; srp_abort()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_scsi.c5214 return FAST_IO_FAIL; lpfc_target_reset_handler()

Completed in 290 milliseconds