Home
last modified time | relevance | path

Searched refs:max_command_entries (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2279 int i, s, j, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_init_mem() local
2301 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_init_mem()
2304 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_init_mem()
2316 int i, j, s, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_alloc() local
2371 hisi_hba->slot_info = devm_kcalloc(dev, max_command_entries, in hisi_sas_alloc()
2378 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()
2411 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_alloc()
2417 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_alloc()
2424 hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()
2817 int max_command_entries in hisi_sas_debugfs_snapshot_iost_reg() local
3080 int i, max_command_entries = HISI_SAS_MAX_COMMANDS; hisi_sas_debugfs_iost_show() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2121 int i, s, j, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_init_mem() local
2143 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_init_mem()
2146 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_init_mem()
2158 int i, j, s, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_alloc() local
2214 hisi_hba->slot_info = devm_kcalloc(dev, max_command_entries, in hisi_sas_alloc()
2221 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()
2254 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_alloc()
2260 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_alloc()
2267 s = hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()
H A Dhisi_sas_v3_hw.c3528 int max_command_entries = HISI_SAS_MAX_COMMANDS; in debugfs_snapshot_iost_reg_v3_hw() local
3538 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_snapshot_iost_reg_v3_hw()
3704 int i, max_command_entries = HISI_SAS_MAX_COMMANDS; in debugfs_iost_v3_hw_show() local
3706 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_iost_v3_hw_show()

Completed in 17 milliseconds