Searched refs:EXC_PHASEMM (Results 1 – 2 of 2) sorted by relevance
97 #define EXC_PHASEMM 0x02 /* SCSI phase mismatch */ macro
1101 if (exc == EXC_PHASEMM) { in handle_error()1143 } else if (exc == EXC_PHASEMM) { in handle_exception()1510 if (in_8(&mr->exception) != EXC_PHASEMM) in cmd_complete()