Searched refs:max_command_entries (Results 1 – 1 of 1) sorted by relevance
2283 int i, s, j, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_init_mem() local2305 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_init_mem()2308 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_init_mem()2320 int i, j, s, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_alloc() local2375 hisi_hba->slot_info = devm_kcalloc(dev, max_command_entries, in hisi_sas_alloc()2382 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()2415 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_alloc()2421 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_alloc()2428 hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()2821 int max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_debugfs_snapshot_iost_reg() local[all …]