Searched refs:max_queue_depth (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c16 * mq:xx max_queue_depth=xx
26 * max_queue_depth=4
524 static int max_queue_depth = CONFIG_SCSI_U14_34F_MAX_TAGS; variable
526 static int max_queue_depth = MAX_CMD_PER_LUN; variable
555 tqd = max_queue_depth;
849 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN)
850 max_queue_depth = MAX_TAGGED_CMD_PER_LUN;
852 if (max_queue_depth < MAX_CMD_PER_LUN) max_queue_depth = MAX_CMD_PER_LUN;
861 YESNO(linked_comm), max_queue_depth, YESN
[all...]
H A Deata.c16 * mq:xx max_queue_depth=xx
29 * max_queue_depth=4 eisa_probe=0
425 * max_queue_depth=4 ext_tran=0 tag_mode=2 \
900 static int max_queue_depth = CONFIG_SCSI_EATA_MAX_TAGS; variable
902 static int max_queue_depth = MAX_CMD_PER_LUN; variable
946 tqd = max_queue_depth;
1375 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN)
1376 max_queue_depth = MAX_TAGGED_CMD_PER_LUN;
1378 if (max_queue_depth < MAX_CMD_PER_LUN)
1379 max_queue_depth
[all...]
H A Dqla1280.c684 nv->bus[i].max_queue_depth = cpu_to_le16(nv->bus[i].max_queue_depth);
1191 mb[2] = nv->bus[bus].max_queue_depth;
1948 nv->bus[0].max_queue_depth);
1950 nv->bus[1].max_queue_depth);
1964 nv->bus[bus].max_queue_depth - 1;
2020 nv->bus[bus].max_queue_depth = 256;
2086 mb[2] = nv->bus[bus].max_queue_depth;
2117 ha->bus_settings[bus].hiwat = nv->bus[bus].max_queue_depth - 1;
H A Dqlogicpti.h290 u_short max_queue_depth; member in struct:host_param
H A Dqla1280.h447 uint16_t max_queue_depth; /* 32, 33 */ member in struct:nvram::__anon6902
H A Dqlogicpti.c290 qpti->host_param.max_queue_depth = 256;

Completed in 134 milliseconds