Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Du14-34f.c483 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) macro
615 if (TLDEV(dev->type) && (dev->tagged_supported || linked_comm)) in select_queue_depths()
634 if (TLDEV(dev->type) && (dev->tagged_supported || linked_comm)) in select_queue_depths()
639 if (TLDEV(dev->type)) { in select_queue_depths()
646 if (dev->tagged_supported && TLDEV(dev->type) && dev->tagged_queue) in select_queue_depths()
648 else if (dev->tagged_supported && TLDEV(dev->type)) in select_queue_depths()
1229 && TLDEV(SCpnt->device->type)) { in do_qcomm()
1742 && TLDEV(SCpnt->device->type)) in ihdlr()
Deata.c565 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) macro
857 if (TLDEV(dev->type) && (dev->tagged_supported || linked_comm)) in select_queue_depths()
876 if (TLDEV(dev->type) && (dev->tagged_supported || linked_comm)) in select_queue_depths()
881 if (TLDEV(dev->type)) { in select_queue_depths()
888 if (tagged_comm && dev->tagged_supported && TLDEV(dev->type)) { in select_queue_depths()
893 if (dev->tagged_supported && TLDEV(dev->type) && dev->tagged_queue) in select_queue_depths()
895 else if (dev->tagged_supported && TLDEV(dev->type)) in select_queue_depths()
1715 && TLDEV(SCpnt->device->type)) { in do_qcomm()
2239 && TLDEV(SCpnt->device->type)) in ihdlr()