Lines Matching refs:errsts
2006 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local
2145 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
2147 return errsts; in resp_rsup_opcodes()
7623 int errsts = 0; in scsi_debug_queuecommand() local
7732 errsts = make_ua(scp, devip); in scsi_debug_queuecommand()
7733 if (errsts) in scsi_debug_queuecommand()
7738 errsts = resp_not_ready(scp, devip); in scsi_debug_queuecommand()
7739 if (errsts) in scsi_debug_queuecommand()
7755 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
7768 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
7770 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()