Home
last modified time | relevance | path

Searched refs:errsts (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dmyrb.c2614 unsigned char errsts = readb(base + DAC960_LA_ERRSTS_OFFSET); in DAC960_LA_read_error_status() local
2616 if (!(errsts & DAC960_LA_ERRSTS_PENDING)) in DAC960_LA_read_error_status()
2618 errsts &= ~DAC960_LA_ERRSTS_PENDING; in DAC960_LA_read_error_status()
2620 *error = errsts; in DAC960_LA_read_error_status()
2861 unsigned char errsts = readb(base + DAC960_PG_ERRSTS_OFFSET); in DAC960_PG_read_error_status() local
2863 if (!(errsts & DAC960_PG_ERRSTS_PENDING)) in DAC960_PG_read_error_status()
2865 errsts &= ~DAC960_PG_ERRSTS_PENDING; in DAC960_PG_read_error_status()
2866 *error = errsts; in DAC960_PG_read_error_status()
3086 unsigned char errsts = readb(base + DAC960_PD_ERRSTS_OFFSET); in DAC960_PD_read_error_status() local
3088 if (!(errsts & DAC960_PD_ERRSTS_PENDING)) in DAC960_PD_read_error_status()
[all …]
H A Dscsi_debug.c2438 int k, offset, len, errsts, bump, na; in resp_rsup_opcodes() local
2578 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
2580 return errsts; in resp_rsup_opcodes()
9265 int errsts = 0; in scsi_debug_queuecommand() local
9402 errsts = make_ua(scp, devip); in scsi_debug_queuecommand()
9403 if (errsts) in scsi_debug_queuecommand()
9408 errsts = resp_not_ready(scp, devip); in scsi_debug_queuecommand()
9409 if (errsts) in scsi_debug_queuecommand()
9425 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
9438 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
[all …]