• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:phase

237 				   and we are in some command phase. */
532 * linked_target, linked_lun and in an INFORMATION TRANSFER phase,
688 int transfered = 0, phase = 0, newphase;
733 * or a reconnect. If this is a reselect phase, then SEL will
739 DPRINTK (PHASE_RESELECT, "scsi%d : phase RESELECT \n", hostno);
745 * After ARBITRATION phase is completed, only SEL, BSY,
816 * message on MESSAGE OUT phase, and then loop back to here.
820 DPRINTK (PHASE_BUS_FREE, "scsi%d : phase = BUS FREE \n", hostno);
826 * phase, by insuring that both BSY and SEL are low for
843 DPRINTK (PHASE_SELECTION, "scsi%d : phase = SELECTION\n", hostno);
1002 DPRINTK (PHASE_ETC, "scsi%d : phase = INFORMATION TRANSFER\n", hostno);
1013 * midlevel driver handle any timeouts that occur in this phase.
1025 if ((newphase = (status_read & REQ_MASK)) != phase) {
1026 phase = newphase;
1027 switch (phase) {
1029 printk ("scsi%d : phase = DATA OUT\n", hostno);
1032 printk ("scsi%d : phase = DATA IN\n", hostno);
1036 ("scsi%d : phase = COMMAND OUT\n", hostno);
1039 printk ("scsi%d : phase = STATUS IN\n", hostno);
1043 ("scsi%d : phase = MESSAGE OUT\n", hostno);
1046 printk ("scsi%d : phase = MESSAGE IN\n", hostno);
1049 printk ("scsi%d : phase = UNKNOWN\n", hostno);
1112 * data out phase, there is data to
1122 * We loop as long as we are in a data out phase, there is data to send,
1139 /* Test for data out phase - STATUS & REQ_MASK should be
1261 * We loop as long as we are in a data in phase, there is room to read,
1273 * We loop as long as we are in a data in phase, there is room to read,
1289 /* Test for data in phase - STATUS & REQ_MASK should be REQ_DATAIN,
1458 * MESSAGE OUT phase, and
1472 printk(KERN_ERR "scsi%d : unknown phase.\n", hostno);