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

/drivers/scsi/
H A Deata.c17 * tm:[0|1|2] tag_mode=[0|1|2]
28 * modprobe eata io_port=0x7410,0x230 linked_comm=1 tag_mode=0 \
48 * + The tagged_comm module parameter has been removed, use tag_mode
425 * max_queue_depth=4 ext_tran=0 tag_mode=2 \
888 static int tag_mode = TAG_SIMPLE; variable
890 static int tag_mode = TAG_DISABLED; variable
949 if (tag_mode == TAG_SIMPLE) {
952 } else if (tag_mode == TAG_ORDERED) {
1381 if (tag_mode != TAG_DISABLED && tag_mode !
[all...]
H A Du14-34f.c17 * tm:[0|1|2] tag_mode=[0|1|2]
25 * modprobe u14-34f io_port=0x340,0x330 linked_comm=1 tag_mode=0 \
367 * max_queue_depth=4 ext_tran=0 tag_mode=2
651 static int tag_mode = TAG_SIMPLE; variable
653 static int tag_mode = TAG_DISABLED; variable
698 if (tag_mode == TAG_SIMPLE) {
702 else if (tag_mode == TAG_ORDERED) {
994 if (tag_mode != TAG_DISABLED && tag_mode != TAG_SIMPLE)
995 tag_mode
[all...]

Completed in 15 milliseconds