Searched refs:MAX_CMD_PER_LUN (Results 1 – 3 of 3) sorted by relevance
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()
72 #define MAX_CMD_PER_LUN MAX_COMMANDS macro
4683 if ((max_cmd_per_lun <= 0) || (max_cmd_per_lun > MAX_CMD_PER_LUN)) in megaraid_init()4684 max_cmd_per_lun = MAX_CMD_PER_LUN; in megaraid_init()