Searched refs:tag_mode (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.c17 * tm:[0|1|2] tag_mode=[0|1|2]
25 * modprobe u14-34f io_port=0x340,0x330 linked_comm=1 tag_mode=0 \
512 static int tag_mode = TAG_SIMPLE; variable
514 static int tag_mode = TAG_DISABLED; variable
559 if (tag_mode == TAG_SIMPLE) {
563 else if (tag_mode == TAG_ORDERED) {
854 if (tag_mode != TAG_DISABLED && tag_mode != TAG_SIMPLE)
855 tag_mode = TAG_ORDERED;
860 driver_name, YESNO(have_old_firmware), tag_mode,
[all...]
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...]

Completed in 74 milliseconds