Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmbox_defs.h340 uint8_t max_commands; member
512 uint8_t max_commands; member
/Linux-v4.19/drivers/scsi/
Dhpsa.h176 int max_commands; member
510 if (rq->current_entry == h->max_commands) { in SA5_performant_completed()
Dmegaraid.h235 u8 max_commands; /* Max. concurrent commands supported */ member
330 u8 max_commands; /* Max concurrent commands supported */ member
Dmegaraid.c294 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
1783 product_info->max_commands = inquiry->adapter_info.max_commands; in mega_8_to_40ld()
1862 adapter->fw_version, adapter->product_info.max_commands, in megaraid_info()
2096 adapter->product_info.max_commands, adapter->max_cmds); in proc_show_config()
Dhpsa.c1002 if (rq->current_entry == h->max_commands) { in next_command()
7566 h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands); in hpsa_get_max_perf_mode_cmds()
7569 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds()
7570 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds()
7572 if (h->max_commands < MIN_MAX_COMMANDS) { in hpsa_get_max_perf_mode_cmds()
7575 h->max_commands, in hpsa_get_max_perf_mode_cmds()
7577 h->max_commands = MIN_MAX_COMMANDS; in hpsa_get_max_perf_mode_cmds()
7597 h->nr_cmds = h->max_commands; in hpsa_find_board_params()
7717 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode()
9088 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
[all …]