Lines Matching refs:max_commands
3516 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()
3987 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64)); in cciss_enter_performant_mode()
4003 writel(h->max_commands, &h->transtable->RepQSize); in cciss_enter_performant_mode()
4049 h->pdev, h->max_commands * sizeof(__u64), in cciss_put_controller_into_performant_mode()
4071 h->max_commands * sizeof(__u64), in cciss_put_controller_into_performant_mode()
4244 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands)); in cciss_get_max_perf_mode_cmds()
4247 if (reset_devices && h->max_commands > 32) in cciss_get_max_perf_mode_cmds()
4248 h->max_commands = 32; in cciss_get_max_perf_mode_cmds()
4250 if (h->max_commands < 16) { in cciss_get_max_perf_mode_cmds()
4254 h->max_commands); in cciss_get_max_perf_mode_cmds()
4255 h->max_commands = 16; in cciss_get_max_perf_mode_cmds()
4266 h->nr_cmds = h->max_commands - 4 - cciss_tape_cmds; in cciss_find_board_params()
4853 h->scatter_list = kzalloc(h->max_commands * in cciss_allocate_scatterlists()
4955 pci_free_consistent(h->pdev, h->max_commands * sizeof(__u64), in cciss_undo_allocations_after_kdump_soft_reset()
5247 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in cciss_enter_simple_mode()
5324 pci_free_consistent(h->pdev, h->max_commands * sizeof(__u64), in cciss_remove_one()