Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.c705 dev->flags &= ~AHC_DEV_ON_RUN_LIST; in ahc_linux_run_device_queues()
1028 if ((dev->flags & AHC_DEV_ON_RUN_LIST) == 0) { in ahc_linux_queue()
1030 dev->flags |= AHC_DEV_ON_RUN_LIST; in ahc_linux_queue()
1366 dev->flags &= ~AHC_DEV_ON_RUN_LIST;
3665 if ((dev->flags & AHC_DEV_ON_RUN_LIST) != 0)
3679 dev->flags |= AHC_DEV_ON_RUN_LIST;
3688 dev->flags |= AHC_DEV_ON_RUN_LIST;
4226 } else if ((dev->flags & AHC_DEV_ON_RUN_LIST) == 0) {
4228 dev->flags |= AHC_DEV_ON_RUN_LIST;
4702 && (dev->flags & AHC_DEV_ON_RUN_LIST) == 0)
Daic7xxx_osm.h352 AHC_DEV_ON_RUN_LIST = 0x08, /* Queued to be run later */ enumerator