Searched refs:AHD_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 Daic79xx_osm.c1391 was_queuing = dev->flags & (AHD_DEV_Q_BASIC|AHD_DEV_Q_TAGGED);
1401 now_queuing = AHD_DEV_Q_TAGGED;
1411 dev->flags &= ~(AHD_DEV_Q_BASIC|AHD_DEV_Q_TAGGED|AHD_DEV_PERIODIC_OTAG);
1431 dev->flags |= AHD_DEV_Q_TAGGED;
1442 switch ((dev->flags & (AHD_DEV_Q_BASIC|AHD_DEV_Q_TAGGED))) {
1447 case AHD_DEV_Q_TAGGED:
1555 if ((dev->flags & (AHD_DEV_Q_TAGGED|AHD_DEV_Q_BASIC)) == 0
1594 if ((dev->flags & (AHD_DEV_Q_TAGGED|AHD_DEV_Q_BASIC)) != 0) {
1605 && (dev->flags & AHD_DEV_Q_TAGGED) != 0) {
H A Daic79xx_osm.h235 AHD_DEV_Q_TAGGED = 0x20, /* Allow full SCSI2 command queueing */ enumerator in enum:__anon14184

Completed in 58 milliseconds