Home
last modified time | relevance | path

Searched refs:max_commands (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmbox_defs.h335 uint8_t max_commands; member
507 uint8_t max_commands; member
/linux/drivers/scsi/
H A Dhpsa.h179 int max_commands; member
515 if (rq->current_entry == h->max_commands) { in SA5_performant_completed()
H A Dmegaraid.c296 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
1770 product_info->max_commands = inquiry->adapter_info.max_commands; in mega_8_to_40ld()
1849 adapter->fw_version, adapter->product_info.max_commands, in megaraid_info()
2080 adapter->product_info.max_commands, adapter->max_cmds); in proc_show_config()
H A Dhpsa.c1006 if (rq->current_entry == h->max_commands) { in next_command()
7667 h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands); in hpsa_get_max_perf_mode_cmds()
7670 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
7671 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
7673 if (h->max_commands < MIN_MAX_COMMANDS) { in hpsa_get_max_perf_mode_cmds()
7676 h->max_commands, in hpsa_get_max_perf_mode_cmds()
7678 h->max_commands = MIN_MAX_COMMANDS; in hpsa_get_max_perf_mode_cmds()
7698 h->nr_cmds = h->max_commands; in hpsa_find_board_params()
7818 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
9224 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
[all …]