Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/arm/
Dfas216.c898 case PHASE_SELSTEPS: in fas216_disconnect_intr()
950 info->scsi.phase == PHASE_SELSTEPS); in fas216_reselected_intr()
1368 case PHASE_SELSTEPS: in fas216_busservice_intr()
1396 case STATE(STAT_DATAIN, PHASE_SELSTEPS):/* Sel w/ steps -> Data In */ in fas216_busservice_intr()
1410 case STATE(STAT_DATAOUT, PHASE_SELSTEPS):/* Sel w/ steps-> Data Out */ in fas216_busservice_intr()
1424 case STATE(STAT_STATUS, PHASE_SELSTEPS):/* Sel w/ steps -> Status */ in fas216_busservice_intr()
1438 case STATE(STAT_MESGIN, PHASE_SELSTEPS):/* Sel w/ steps -> Message In */ in fas216_busservice_intr()
1468 case STATE(STAT_MESGOUT, PHASE_SELSTEPS): in fas216_busservice_intr()
1581 case PHASE_SELSTEPS: in fas216_funcdone_intr()
1719 info->scsi.phase = PHASE_SELSTEPS; in __fas216_start_command()
Dfas216.h172 PHASE_SELSTEPS, /* selection with command steps */ enumerator