Home
last modified time | relevance | path

Searched refs:PHASE_SELSTEPS (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/arm/
Dfas216.c896 case PHASE_SELSTEPS: in fas216_disconnect_intr()
947 info->scsi.phase == PHASE_SELSTEPS); in fas216_reselected_intr()
1363 case PHASE_SELSTEPS: in fas216_busservice_intr()
1390 case STATE(STAT_DATAIN, PHASE_SELSTEPS):/* Sel w/ steps -> Data In */ in fas216_busservice_intr()
1404 case STATE(STAT_DATAOUT, PHASE_SELSTEPS):/* Sel w/ steps-> Data Out */ in fas216_busservice_intr()
1416 case STATE(STAT_STATUS, PHASE_SELSTEPS):/* Sel w/ steps -> Status */ in fas216_busservice_intr()
1428 case STATE(STAT_MESGIN, PHASE_SELSTEPS):/* Sel w/ steps -> Message In */ in fas216_busservice_intr()
1458 case STATE(STAT_MESGOUT, PHASE_SELSTEPS): in fas216_busservice_intr()
1571 case PHASE_SELSTEPS: in fas216_funcdone_intr()
1708 info->scsi.phase = PHASE_SELSTEPS; in __fas216_start_command()
Dfas216.h175 PHASE_SELSTEPS, /* selection with command steps */ enumerator