tag | line | file | source code |
PHASE_MSGOUT | 377 | drivers/scsi/NCR5380.c | {PHASE_STATIN, "STATIN"}, {PHASE_MSGOUT, "MSGOUT"}, {PHASE_MSGIN, "MSGIN"}, |
PHASE_MSGOUT | 1422 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
PHASE_MSGOUT | 1559 | drivers/scsi/NCR5380.c | if (p == PHASE_MSGOUT && c > 1) |
PHASE_MSGOUT | 1937 | drivers/scsi/NCR5380.c | if (sink && (phase != PHASE_MSGOUT)) { |
PHASE_MSGOUT | 2297 | drivers/scsi/NCR5380.c | case PHASE_MSGOUT: |
PHASE_MSGOUT | 2493 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
PHASE_MSGOUT | 2712 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
PHASE_MSGOUT | 1345 | drivers/scsi/seagate.c | #if (DEBUG & (PHASE_RESELECT | PHASE_MSGOUT)) |
PHASE_MSGOUT | 1355 | drivers/scsi/seagate.c | #if (DEBUG & (PHASE_MSGOUT | DEBUG_LINKED)) |
PHASE_MSGOUT | 112 | drivers/scsi/seagate.h | #define PHASE_ETC (PHASE_DATAIN | PHASE_DATA_OUT | PHASE_CMDOUT | PHASE_MSGIN | PHASE_MSGOUT | PHASE_STATUSIN) |