Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dwd33c93.c609 hostdata->state = S_RUNNING_LEVEL2; in DEF_SCSI_QCMD()
725 hostdata->state = S_RUNNING_LEVEL2; in transfer_bytes()
792 if (hostdata->state == S_RUNNING_LEVEL2) in wd33c93_intr()
879 if (hostdata->state != S_RUNNING_LEVEL2) in wd33c93_intr()
891 if (hostdata->state != S_RUNNING_LEVEL2) in wd33c93_intr()
917 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
961 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
1148 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
1255 case S_RUNNING_LEVEL2: in wd33c93_intr()
1428 hostdata->state = S_RUNNING_LEVEL2; in wd33c93_intr()
H A Dwd33c93.h276 #define S_RUNNING_LEVEL2 2 macro