Searched defs:max_queue_depth (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c71 static int max_queue_depth = -1; variable
72 module_param(max_queue_depth, int, 0);
73 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth ");
2420 if (max_queue_depth != -1)
2421 max_request_credit = (max_queue_depth < facts->RequestCredit)
2422 ? max_queue_depth : facts->RequestCredit;
/drivers/scsi/
H A Du14-34f.c16 * mq:xx max_queue_depth=xx
26 * max_queue_depth=4
367 * max_queue_depth=4 ext_tran=0 tag_mode=2
663 static int max_queue_depth = CONFIG_SCSI_U14_34F_MAX_TAGS; variable
665 static int max_queue_depth = MAX_CMD_PER_LUN; variable
694 tqd = max_queue_depth;
989 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN)
990 max_queue_depth = MAX_TAGGED_CMD_PER_LUN;
992 if (max_queue_depth < MAX_CMD_PER_LUN) max_queue_depth
[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 Dqlogicpti.h290 u_short max_queue_depth; member in struct:host_param
H A Dqla1280.h448 uint16_t max_queue_depth; /* 32, 33 */ member in struct:nvram::__anon4845

Completed in 377 milliseconds