Lines Matching refs:max_commands
713 if (rq->current_entry == h->max_commands) { in next_command()
6100 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands)); in hpsa_get_max_perf_mode_cmds()
6103 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
6104 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
6106 if (h->max_commands < 16) { in hpsa_get_max_perf_mode_cmds()
6110 h->max_commands); in hpsa_get_max_perf_mode_cmds()
6111 h->max_commands = 16; in hpsa_get_max_perf_mode_cmds()
6131 h->nr_cmds = h->max_commands; in hpsa_find_board_params()
6247 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
7256 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
7481 h->reply_queue_size = h->max_commands * sizeof(u64); in hpsa_put_ctlr_into_performant_mode()
7489 h->reply_queue[i].size = h->max_commands; in hpsa_put_ctlr_into_performant_mode()