Lines Matching refs:max_commands
520 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()
3793 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands)); in hpsa_get_max_perf_mode_cmds()
3796 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
3797 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
3799 if (h->max_commands < 16) { in hpsa_get_max_perf_mode_cmds()
3803 h->max_commands); in hpsa_get_max_perf_mode_cmds()
3804 h->max_commands = 16; in hpsa_get_max_perf_mode_cmds()
3815 h->nr_cmds = h->max_commands - 4; /* Allow room for some ioctls */ in hpsa_find_board_params()
3899 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
4622 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
4657 h->reply_pool_size = h->max_commands * sizeof(u64); in hpsa_put_ctlr_into_performant_mode()