Lines Matching refs:max_commands
3500 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()
3971 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64)); in cciss_enter_performant_mode()
3987 writel(h->max_commands, &h->transtable->RepQSize); in cciss_enter_performant_mode()
4033 h->pdev, h->max_commands * sizeof(__u64), in cciss_put_controller_into_performant_mode()
4055 h->max_commands * sizeof(__u64), in cciss_put_controller_into_performant_mode()
4228 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands)); in cciss_get_max_perf_mode_cmds()
4231 if (reset_devices && h->max_commands > 32) in cciss_get_max_perf_mode_cmds()
4232 h->max_commands = 32; in cciss_get_max_perf_mode_cmds()
4234 if (h->max_commands < 16) { in cciss_get_max_perf_mode_cmds()
4238 h->max_commands); in cciss_get_max_perf_mode_cmds()
4239 h->max_commands = 16; in cciss_get_max_perf_mode_cmds()
4250 h->nr_cmds = h->max_commands - 4 - cciss_tape_cmds; in cciss_find_board_params()
4838 h->scatter_list = kzalloc(h->max_commands * in cciss_allocate_scatterlists()
4940 pci_free_consistent(h->pdev, h->max_commands * sizeof(__u64), in cciss_undo_allocations_after_kdump_soft_reset()
5232 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in cciss_enter_simple_mode()
5309 pci_free_consistent(h->pdev, h->max_commands * sizeof(__u64), in cciss_remove_one()