Lines Matching refs:errsts
1985 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local
2124 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
2126 return errsts; in resp_rsup_opcodes()
7260 int errsts = 0; in scsi_debug_queuecommand() local
7369 errsts = make_ua(scp, devip); in scsi_debug_queuecommand()
7370 if (errsts) in scsi_debug_queuecommand()
7375 errsts = resp_not_ready(scp, devip); in scsi_debug_queuecommand()
7376 if (errsts) in scsi_debug_queuecommand()
7392 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
7405 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
7407 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()