Lines Matching refs:phase
198 int phase;
407 if (scp->phase != message_in) { /* Unexpected disconnect */
416 switch (status & 0x07) { /* scsi phase */
422 scp->phase = data_out;
423 VDEB(printk("SYM53C500: Data-Out phase\n"));
441 scp->phase = data_in;
442 VDEB(printk("SYM53C500: Data-In phase\n"));
456 scp->phase = command_ph;
457 printk("SYM53C500: Warning: Unknown interrupt occurred in command phase!\n");
461 scp->phase = status_ph;
462 VDEB(printk("SYM53C500: Status phase\n"));
469 printk("SYM53C500: WARNING: Reserved phase!!!\n");
473 DEB(printk("SYM53C500: Message-Out phase\n"));
474 scp->phase = message_out;
480 VDEB(printk("SYM53C500: Message-In phase\n"));
481 scp->phase = message_in;
501 scp->phase = idle;
566 scp->phase = command_ph;