Home
last modified time | relevance | path

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

/drivers/scsi/
Dwd33c93.c670 hostdata->state = S_RUNNING_LEVEL2; in DEF_SCSI_QCMD()
784 hostdata->state = S_RUNNING_LEVEL2; in transfer_bytes()
849 if (hostdata->state == S_RUNNING_LEVEL2) in wd33c93_intr()
936 if (hostdata->state != S_RUNNING_LEVEL2) in wd33c93_intr()
948 if (hostdata->state != S_RUNNING_LEVEL2) in wd33c93_intr()
974 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
1018 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
1205 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
1312 case S_RUNNING_LEVEL2: in wd33c93_intr()
1485 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
Dwd33c93.h277 #define S_RUNNING_LEVEL2 2 macro