Lines Matching refs:max_commands
1012 if (rq->current_entry == h->max_commands) { in next_command()
7683 h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands); in hpsa_get_max_perf_mode_cmds()
7686 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
7687 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
7689 if (h->max_commands < MIN_MAX_COMMANDS) { in hpsa_get_max_perf_mode_cmds()
7692 h->max_commands, in hpsa_get_max_perf_mode_cmds()
7694 h->max_commands = MIN_MAX_COMMANDS; in hpsa_get_max_perf_mode_cmds()
7714 h->nr_cmds = h->max_commands; in hpsa_find_board_params()
7834 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
9240 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9501 h->reply_queue_size = h->max_commands * sizeof(u64); in hpsa_put_ctlr_into_performant_mode()
9512 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()