Lines Matching refs:max_commands
998 if (rq->current_entry == h->max_commands) { in next_command()
7634 h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands); in hpsa_get_max_perf_mode_cmds()
7637 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
7638 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
7640 if (h->max_commands < MIN_MAX_COMMANDS) { in hpsa_get_max_perf_mode_cmds()
7643 h->max_commands, in hpsa_get_max_perf_mode_cmds()
7645 h->max_commands = MIN_MAX_COMMANDS; in hpsa_get_max_perf_mode_cmds()
7665 h->nr_cmds = h->max_commands; in hpsa_find_board_params()
7785 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
9181 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9449 h->reply_queue_size = h->max_commands * sizeof(u64); in hpsa_put_ctlr_into_performant_mode()
9460 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()