• Home
  • Raw
  • Download

Lines Matching refs:phase

948 		CURRENT_SC->SCp.phase |= 1 << 16;  in setup_expected_interrupts()
950 if(CURRENT_SC->SCp.phase & selecting) { in setup_expected_interrupts()
956 …ing: (phase change) (busfree) %s\n", CMDINFO(CURRENT_SC), CURRENT_SC->SCp.phase & spiordy ? "(spio… in setup_expected_interrupts()
957 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0); in setup_expected_interrupts()
984 int phase, void (*done)(Scsi_Cmnd *)) in aha152x_internal_queue() argument
999 SCpnt->SCp.phase = not_issued | phase; in aha152x_internal_queue()
1005 if(SCpnt->SCp.phase & (resetting|check_condition)) { in aha152x_internal_queue()
1028 if ((phase & resetting) || !scsi_sglist(SCpnt)) { in aha152x_internal_queue()
1196 if(SCpnt->SCp.phase & resetted) { in aha152x_device_reset()
1509 CURRENT_SC->SCp.phase &= ~syncneg; in busfree_run()
1511 if(CURRENT_SC->SCp.phase & completed) { in busfree_run()
1515 } else if(CURRENT_SC->SCp.phase & aborted) { in busfree_run()
1519 } else if(CURRENT_SC->SCp.phase & resetted) { in busfree_run()
1523 } else if(CURRENT_SC->SCp.phase & disconnected) { in busfree_run()
1533 CURRENT_SC->SCp.phase |= 1 << 16; in busfree_run()
1552 if(DONE_SC->SCp.phase & check_condition) { in busfree_run()
1578 if(!(DONE_SC->SCp.phase & not_issued)) { in busfree_run()
1643 CURRENT_SC->SCp.phase |= selecting; in busfree_run()
1677 CURRENT_SC->SCp.phase &= ~(selecting|not_issued); in seldo_run()
1691 if (CURRENT_SC->SCp.phase & aborting) { in seldo_run()
1693 } else if (CURRENT_SC->SCp.phase & resetting) { in seldo_run()
1696 CURRENT_SC->SCp.phase |= syncneg; in seldo_run()
1721 CURRENT_SC->SCp.phase &= ~selecting; in selto_run()
1723 if (CURRENT_SC->SCp.phase & aborted) { in selto_run()
1755 if(!(CURRENT_SC->SCp.phase & not_issued)) in seldi_run()
1859 CURRENT_SC->SCp.phase &= ~disconnected; in msgi_run()
1874 CURRENT_SC->SCp.phase |= disconnected; in msgi_run()
1878 if(CURRENT_SC->SCp.phase & completed) in msgi_run()
1881 CURRENT_SC->SCp.phase |= completed; in msgi_run()
2003 if((CURRENT_SC->SCp.phase & syncneg) && SYNCNEG==2 && SYNCRATE==0) { in msgo_init()
2047 CURRENT_SC->SCp.phase |= identified; in msgo_run()
2050 CURRENT_SC->SCp.phase |= aborted; in msgo_run()
2053 CURRENT_SC->SCp.phase |= resetted; in msgo_run()
2425 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) { in update_state()
2560 CURRENT_SC->SCp.phase &= ~spiordy; in is_complete()
2582 CURRENT_SC->SCp.phase |= spiordy; in is_complete()
2926 if (ptr->SCp.phase & not_issued) in show_command()
2928 if (ptr->SCp.phase & selecting) in show_command()
2930 if (ptr->SCp.phase & identified) in show_command()
2932 if (ptr->SCp.phase & disconnected) in show_command()
2934 if (ptr->SCp.phase & completed) in show_command()
2936 if (ptr->SCp.phase & spiordy) in show_command()
2938 if (ptr->SCp.phase & syncneg) in show_command()
2940 if (ptr->SCp.phase & aborted) in show_command()
2942 if (ptr->SCp.phase & resetted) in show_command()
2996 if (ptr->SCp.phase & not_issued) in get_command()
2998 if (ptr->SCp.phase & selecting) in get_command()
3000 if (ptr->SCp.phase & disconnected) in get_command()
3002 if (ptr->SCp.phase & aborted) in get_command()
3004 if (ptr->SCp.phase & identified) in get_command()
3006 if (ptr->SCp.phase & completed) in get_command()
3008 if (ptr->SCp.phase & spiordy) in get_command()
3010 if (ptr->SCp.phase & syncneg) in get_command()