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

/linux-master/include/scsi/
H A Dscsi.h104 FAST_IO_FAIL = 0x2009, enumerator in enum:scsi_disposition
/linux-master/drivers/scsi/
H A Dscsi_error.c171 (rtn == FAST_IO_FAIL) ?
996 * SUCCESS, FAILED, or FAST_IO_FAIL
1003 * but could not be executed. LLDDs should return FAST_IO_FAIL
1597 if (rtn == SUCCESS || rtn == FAST_IO_FAIL) {
1599 rtn == FAST_IO_FAIL ||
1661 if (rtn != SUCCESS && rtn != FAST_IO_FAIL)
1673 else if (rtn == FAST_IO_FAIL)
1735 if (rtn == SUCCESS || rtn == FAST_IO_FAIL) {
1738 if (rtn == FAST_IO_FAIL)
1782 } else if (rtn == FAST_IO_FAIL) {
[all...]
H A Dconstants.c430 scsi_mlreturn_name(FAST_IO_FAIL)
H A Dscsi_transport_fc.c3741 * FAST_IO_FAIL if the fast_io_fail_tmo fired, this should be
3759 return FAST_IO_FAIL;
3776 * FAST_IO_FAIL if the fast_io_fail_tmo fired, this should be
3784 return FAST_IO_FAIL;
H A Dscsi_transport_iscsi.c1845 * recovery timer fires then FAST_IO_FAIL is returned. The caller
1858 ret = FAST_IO_FAIL;
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2927 * SUCCESS / FAST_IO_FAIL / FAILED
2939 if (block_rc != FAST_IO_FAIL) {
2948 if (block_rc == FAST_IO_FAIL && rc != FAILED)
2949 rc = FAST_IO_FAIL;
2960 * SUCCESS / FAST_IO_FAIL / FAILED
2972 if (block_rc != FAST_IO_FAIL) {
2981 if (block_rc == FAST_IO_FAIL && rc != FAILED)
2982 rc = FAST_IO_FAIL;
3005 * SUCCESS / FAST_IO_FAIL / FAILED
3022 if (block_rc != FAST_IO_FAIL) {
[all...]
/linux-master/drivers/scsi/snic/
H A Dsnic_scsi.c1623 ret = FAST_IO_FAIL;
1643 ((ret == FAST_IO_FAIL) ? "FAST_IO_FAIL" : "FAILED"));
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c2805 return FAST_IO_FAIL;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c6076 return FAST_IO_FAIL;

Completed in 502 milliseconds