Lines Matching refs:errsts
2501 int k, offset, len, errsts, bump, na; in resp_rsup_opcodes() local
2641 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
2643 return errsts; in resp_rsup_opcodes()
9242 int errsts = 0; in scsi_debug_queuecommand() local
9379 errsts = make_ua(scp, devip); in scsi_debug_queuecommand()
9380 if (errsts) in scsi_debug_queuecommand()
9385 errsts = resp_not_ready(scp, devip); in scsi_debug_queuecommand()
9386 if (errsts) in scsi_debug_queuecommand()
9402 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
9415 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
9417 return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay, in scsi_debug_queuecommand()