Lines Matching refs:max_commands
1009 if (rq->current_entry == h->max_commands) { in next_command()
7656 h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands); in hpsa_get_max_perf_mode_cmds()
7659 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
7660 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
7662 if (h->max_commands < MIN_MAX_COMMANDS) { in hpsa_get_max_perf_mode_cmds()
7665 h->max_commands, in hpsa_get_max_perf_mode_cmds()
7667 h->max_commands = MIN_MAX_COMMANDS; in hpsa_get_max_perf_mode_cmds()
7687 h->nr_cmds = h->max_commands; in hpsa_find_board_params()
7807 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
9218 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9486 h->reply_queue_size = h->max_commands * sizeof(u64); in hpsa_put_ctlr_into_performant_mode()
9497 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()