Searched refs:AHC_DEV_Q_TAGGED (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1282 was_queuing = dev->flags & (AHC_DEV_Q_BASIC|AHC_DEV_Q_TAGGED);
1292 now_queuing = AHC_DEV_Q_TAGGED;
1302 dev->flags &= ~(AHC_DEV_Q_BASIC|AHC_DEV_Q_TAGGED|AHC_DEV_PERIODIC_OTAG);
1322 dev->flags |= AHC_DEV_Q_TAGGED;
1332 switch ((dev->flags & (AHC_DEV_Q_BASIC|AHC_DEV_Q_TAGGED))) {
1337 case AHC_DEV_Q_TAGGED:
1500 if ((dev->flags & (AHC_DEV_Q_TAGGED|AHC_DEV_Q_BASIC)) != 0) {
1510 && (dev->flags & AHC_DEV_Q_TAGGED) != 0) {
2120 if ((dev->flags & (AHC_DEV_Q_BASIC|AHC_DEV_Q_TAGGED)) == 0
H A Daic7xxx_osm.h246 AHC_DEV_Q_TAGGED = 0x20, /* Allow full SCSI2 command queueing */ enumerator in enum:__anon14206

Completed in 41 milliseconds