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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c401 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) macro
557 if (TLDEV(dev->type) && dev->tagged_supported)
572 else if (TLDEV(dev->type) && linked_comm) {
582 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
584 else if (TLDEV(dev->type))
1172 && TLDEV(SCpnt->device->type)) {
1666 && TLDEV(SCpnt->device->type))
H A Deata.c608 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) macro
948 if (TLDEV(dev->type) && dev->tagged_supported) {
959 } else if (TLDEV(dev->type) && linked_comm) {
967 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
969 else if (TLDEV(dev->type))
1833 && TLDEV(SCpnt->device->type)) {
2419 && TLDEV(SCpnt->device->type))

Completed in 53 milliseconds