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