Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/arm/
Dfas216.c895 case PHASE_SELSTEPS: in fas216_disconnect_intr()
946 info->scsi.phase == PHASE_SELSTEPS); in fas216_reselected_intr()
1362 case PHASE_SELSTEPS: in fas216_busservice_intr()
1389 case STATE(STAT_DATAIN, PHASE_SELSTEPS):/* Sel w/ steps -> Data In */ in fas216_busservice_intr()
1403 case STATE(STAT_DATAOUT, PHASE_SELSTEPS):/* Sel w/ steps-> Data Out */ in fas216_busservice_intr()
1415 case STATE(STAT_STATUS, PHASE_SELSTEPS):/* Sel w/ steps -> Status */ in fas216_busservice_intr()
1427 case STATE(STAT_MESGIN, PHASE_SELSTEPS):/* Sel w/ steps -> Message In */ in fas216_busservice_intr()
1457 case STATE(STAT_MESGOUT, PHASE_SELSTEPS): in fas216_busservice_intr()
1570 case PHASE_SELSTEPS: in fas216_funcdone_intr()
1707 info->scsi.phase = PHASE_SELSTEPS; in __fas216_start_command()
Dfas216.h175 PHASE_SELSTEPS, /* selection with command steps */ enumerator