Searched refs:MAX_CMD_PER_LUN (Results 1 – 4 of 4) sorted by relevance
500 #define MAX_CMD_PER_LUN 2 macro501 #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()
560 #define MAX_CMD_PER_LUN 2 macro561 #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()
71 #define MAX_CMD_PER_LUN MAX_COMMANDS macro
4686 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()