Lines Matching refs:max_commands
1002 if (rq->current_entry == h->max_commands) { in next_command()
7566 h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands); in hpsa_get_max_perf_mode_cmds()
7569 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
7570 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
7572 if (h->max_commands < MIN_MAX_COMMANDS) { in hpsa_get_max_perf_mode_cmds()
7575 h->max_commands, in hpsa_get_max_perf_mode_cmds()
7577 h->max_commands = MIN_MAX_COMMANDS; in hpsa_get_max_perf_mode_cmds()
7597 h->nr_cmds = h->max_commands; in hpsa_find_board_params()
7717 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
9088 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9356 h->reply_queue_size = h->max_commands * sizeof(u64); in hpsa_put_ctlr_into_performant_mode()
9366 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()