Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.h350 AHC_DEV_FREEZE_TIL_EMPTY = 0x02, /* Freeze queue until active == 0 */ enumerator
Daic7xxx_osm.c674 if ((dev->flags & AHC_DEV_FREEZE_TIL_EMPTY) != 0 in ahc_linux_check_device_queue()
676 dev->flags &= ~AHC_DEV_FREEZE_TIL_EMPTY; in ahc_linux_check_device_queue()
2079 if ((dev->flags & AHC_DEV_FREEZE_TIL_EMPTY) == 0
2082 dev->flags |= AHC_DEV_FREEZE_TIL_EMPTY;