Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa.c7653 #define MIN_MAX_COMMANDS 16 in hpsa_get_max_perf_mode_cmds() macro
7654 BUILD_BUG_ON(MIN_MAX_COMMANDS <= HPSA_NRESERVED_CMDS); in hpsa_get_max_perf_mode_cmds()
7662 if (h->max_commands < MIN_MAX_COMMANDS) { in hpsa_get_max_perf_mode_cmds()
7666 MIN_MAX_COMMANDS); in hpsa_get_max_perf_mode_cmds()
7667 h->max_commands = MIN_MAX_COMMANDS; in hpsa_get_max_perf_mode_cmds()