Searched refs:max_command_entries (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/hisi_sas/ |
A D | hisi_sas_main.c | 2374 int i, s, j, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_init_mem() local 2396 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_init_mem() 2399 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_init_mem() 2411 int i, j, s, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_alloc() local 2466 hisi_hba->slot_info = devm_kcalloc(dev, max_command_entries, in hisi_sas_alloc() 2473 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc() 2506 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_alloc() 2512 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_alloc() 2519 hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()
|
A D | hisi_sas_v3_hw.c | 3341 int max_command_entries = HISI_SAS_MAX_COMMANDS; in debugfs_snapshot_iost_reg_v3_hw() local 3351 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_snapshot_iost_reg_v3_hw() 3517 int i, max_command_entries = HISI_SAS_MAX_COMMANDS; in debugfs_iost_v3_hw_show() local 3519 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_iost_v3_hw_show()
|
Completed in 24 milliseconds