Home
last modified time | relevance | path

Searched refs:FAST_IO_FAIL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi.h104 FAST_IO_FAIL = 0x2009, enumerator
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c171 (rtn == FAST_IO_FAIL) ? in scmd_eh_abort_handler()
1596 if (rtn == SUCCESS || rtn == FAST_IO_FAIL) { in scsi_eh_bus_device_reset()
1598 rtn == FAST_IO_FAIL || in scsi_eh_bus_device_reset()
1660 if (rtn != SUCCESS && rtn != FAST_IO_FAIL) in scsi_eh_target_reset()
1672 else if (rtn == FAST_IO_FAIL) in scsi_eh_target_reset()
1734 if (rtn == SUCCESS || rtn == FAST_IO_FAIL) { in scsi_eh_bus_reset()
1737 if (rtn == FAST_IO_FAIL) in scsi_eh_bus_reset()
1781 } else if (rtn == FAST_IO_FAIL) { in scsi_eh_host_reset()
H A Dconstants.c430 scsi_mlreturn_name(FAST_IO_FAIL)
H A Dscsi_transport_fc.c3759 return FAST_IO_FAIL; in fc_block_rport()
3784 return FAST_IO_FAIL; in fc_block_scsi_eh()
H A Dscsi_transport_iscsi.c1858 ret = FAST_IO_FAIL; in iscsi_block_scsi_eh()
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2911 if (block_rc != FAST_IO_FAIL) { in ibmvfc_eh_abort_handler()
2920 if (block_rc == FAST_IO_FAIL && rc != FAILED) in ibmvfc_eh_abort_handler()
2921 rc = FAST_IO_FAIL; in ibmvfc_eh_abort_handler()
2944 if (block_rc != FAST_IO_FAIL) { in ibmvfc_eh_device_reset_handler()
2953 if (block_rc == FAST_IO_FAIL && rc != FAILED) in ibmvfc_eh_device_reset_handler()
2954 rc = FAST_IO_FAIL; in ibmvfc_eh_device_reset_handler()
3004 if (block_rc != FAST_IO_FAIL) { in ibmvfc_eh_target_reset_handler()
3013 if (block_rc == FAST_IO_FAIL && rc != FAILED) in ibmvfc_eh_target_reset_handler()
3014 rc = FAST_IO_FAIL; in ibmvfc_eh_target_reset_handler()
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_scsi.c1623 ret = FAST_IO_FAIL; in snic_abort_cmd()
1643 ((ret == FAST_IO_FAIL) ? "FAST_IO_FAIL" : "FAILED")); in snic_abort_cmd()
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c2805 return FAST_IO_FAIL; in srp_abort()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c6095 return FAST_IO_FAIL; in lpfc_target_reset_handler()