Home | History | Annotate | Download | only in podulebus

Lines Matching defs:phase

574 	int		 len, mode, phase;
581 * Decode the scsi phase to determine whether we are reading or writing.
584 phase = dev->sc_status & ESC_STAT_PHASE_MASK;
585 mode = (phase == ESC_PHASE_DATA_IN);
587 while(len && ((dev->sc_status & ESC_STAT_PHASE_MASK) == phase))
608 * Since the last esciwait will be a phase-change, we can't wait for it
628 int len, mode, phase;
642 * Decode the scsi phase to determine whether we are reading or writing.
645 phase = dev->sc_status & ESC_STAT_PHASE_MASK;
646 mode = (phase == ESC_PHASE_DATA_IN);
649 while(len && ((dev->sc_status & ESC_STAT_PHASE_MASK) == phase)) {
664 while(len && ((dev->sc_status & ESC_STAT_PHASE_MASK) == phase)) {
684 * Since the last esciwait will be a phase-change, we can't wait for it
1267 * Part three of the interrupt machine. Handle phase changes (and repeated
1268 * phase passes). We know that we have an active nexus here.
1362 * We've got status phase. Request status and command
1577 printf("ESCINTR: UNKNOWN PHASE! phase: %d\n",