Searched refs:linked_comm (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.c15 * lc:[y|n] linked_comm=[1|0]
25 * modprobe u14-34f io_port=0x340,0x330 linked_comm=1 tag_mode=0 \
518 static int linked_comm = TRUE; variable
520 static int linked_comm = FALSE; variable
572 else if (TLDEV(dev->type) && linked_comm) {
582 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
861 YESNO(linked_comm), max_queue_depth, YESNO(ext_tran));
914 if (!strncmp(cur, "lc:", 3)) linked_comm = val;
1171 if (linked_comm && SCpnt->device->queue_depth > 2
1665 if (linked_comm
[all...]
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 \
894 static int linked_comm = 1; variable
896 static int linked_comm = 0; variable
959 } else if (TLDEV(dev->type) && linked_comm) {
967 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
1390 YESNO(linked_comm), max_queue_depth, YESNO(rev_scan),
1479 linked_comm = val;
1832 if (linked_comm
[all...]

Completed in 63 milliseconds