Searched refs:linked_comm (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.c15 * lc:[y|n] linked_comm=[1|0]
28 * modprobe eata io_port=0x7410,0x230 linked_comm=1 tag_mode=0 \
424 * modprobe eata io_port=0x7410,0x230 linked_comm=1 \
895 static int linked_comm = 1; variable
897 static int linked_comm = 0; variable
960 } else if (TLDEV(dev->type) && linked_comm) {
968 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
1391 YESNO(linked_comm), max_queue_depth, YESNO(rev_scan),
1480 linked_comm = val;
1822 if (linked_comm
[all...]
H A Du14-34f.c15 * lc:[y|n] linked_comm=[1|0]
25 * modprobe u14-34f io_port=0x340,0x330 linked_comm=1 tag_mode=0 \
519 static int linked_comm = TRUE; variable
521 static int linked_comm = FALSE; variable
573 else if (TLDEV(dev->type) && linked_comm) {
583 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
863 YESNO(linked_comm), max_queue_depth, YESNO(ext_tran));
916 if (!strncmp(cur, "lc:", 3)) linked_comm = val;
1168 if (linked_comm && SCpnt->device->queue_depth > 2
1664 if (linked_comm
[all...]

Completed in 75 milliseconds