Searched refs:TLDEV (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/
H A Deata.c609 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) macro
949 if (TLDEV(dev->type) && dev->tagged_supported) {
960 } else if (TLDEV(dev->type) && linked_comm) {
968 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
970 else if (TLDEV(dev->type))
1823 && TLDEV(SCpnt->device->type)) {
2406 && TLDEV(SCpnt->device->type))
H A Du14-34f.c402 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) macro
558 if (TLDEV(dev->type) && dev->tagged_supported)
573 else if (TLDEV(dev->type) && linked_comm) {
583 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
585 else if (TLDEV(dev->type))
1169 && TLDEV(SCpnt->device->type)) {
1665 && TLDEV(SCpnt->device->type))

Completed in 39 milliseconds