Home
last modified time | relevance | path

Searched refs:MAX_CMD_PER_LUN (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/
Du14-34f.c500 #define MAX_CMD_PER_LUN 2 macro
501 #define MAX_TAGGED_CMD_PER_LUN (MAX_MAILBOXES - MAX_CMD_PER_LUN)
665 static int max_queue_depth = MAX_CMD_PER_LUN;
693 utqd = MAX_CMD_PER_LUN; in u14_34f_slave_configure()
907 sh[j]->cmd_per_lun = MAX_CMD_PER_LUN; in port_detect()
992 if (max_queue_depth < MAX_CMD_PER_LUN) max_queue_depth = MAX_CMD_PER_LUN; in port_detect()
Deata.c560 #define MAX_CMD_PER_LUN 2 macro
561 #define MAX_TAGGED_CMD_PER_LUN (MAX_MAILBOXES - MAX_CMD_PER_LUN)
901 static int max_queue_depth = MAX_CMD_PER_LUN;
944 utqd = MAX_CMD_PER_LUN; in eata2x_slave_configure()
1276 shost->cmd_per_lun = MAX_CMD_PER_LUN; in port_detect()
1367 if (max_queue_depth < MAX_CMD_PER_LUN) in port_detect()
1368 max_queue_depth = MAX_CMD_PER_LUN; in port_detect()
Dmegaraid.h71 #define MAX_CMD_PER_LUN MAX_COMMANDS macro
Dmegaraid.c4686 if ((max_cmd_per_lun <= 0) || (max_cmd_per_lun > MAX_CMD_PER_LUN)) in megaraid_init()
4687 max_cmd_per_lun = MAX_CMD_PER_LUN; in megaraid_init()