Home
last modified time | relevance | path

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

/drivers/scsi/
Dmesh.c1032 int err, exc, count; in handle_error() local
1036 exc = in_8(&mr->exception); in handle_error()
1039 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1053 if (exc & EXC_RESELECTED) { in handle_error()
1093 if (exc & EXC_RESELECTED) { in handle_error()
1101 if (exc == EXC_PHASEMM) { in handle_error()
1108 err, exc); in handle_error()
1110 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1126 int exc; in handle_exception() local
1129 exc = in_8(&mr->exception); in handle_exception()
[all …]