Searched defs:linked_comm (Results 1 - 2 of 2) sorted by relevance

/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 \
366 * modprobe u14-34f io_port=0x230,0x340 linked_comm=1 have_old_firmware=0 \
657 static int linked_comm = TRUE; variable
659 static int linked_comm = FALSE; variable
711 else if (TLDEV(dev->type) && linked_comm) {
721 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
1001 YESNO(linked_comm), max_queue_depth, YESNO(ext_tran));
1054 if (!strncmp(cur, "lc:", 3)) linked_comm = val;
1306 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;
1825 if (linked_comm
[all...]

Completed in 18 milliseconds