Lines Matching refs:phase
400 if (curSC->SCp.phase != message_in) { /* Unexpected disconnect */
409 switch (status & 0x07) { /* scsi phase */
415 curSC->SCp.phase = data_out;
416 VDEB(printk("SYM53C500: Data-Out phase\n"));
434 curSC->SCp.phase = data_in;
435 VDEB(printk("SYM53C500: Data-In phase\n"));
449 curSC->SCp.phase = command_ph;
450 printk("SYM53C500: Warning: Unknown interrupt occurred in command phase!\n");
454 curSC->SCp.phase = status_ph;
455 VDEB(printk("SYM53C500: Status phase\n"));
462 printk("SYM53C500: WARNING: Reserved phase!!!\n");
466 DEB(printk("SYM53C500: Message-Out phase\n"));
467 curSC->SCp.phase = message_out;
473 VDEB(printk("SYM53C500: Message-In phase\n"));
474 curSC->SCp.phase = message_in;
494 curSC->SCp.phase = idle;
560 data->current_SC->SCp.phase = command_ph;