Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c1965 int i, s, max_command_entries = hisi_hba->hw->max_command_entries; in hisi_sas_init_mem() local
1983 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_init_mem()
1986 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_init_mem()
1997 int i, j, s, max_command_entries = hisi_hba->hw->max_command_entries; in hisi_sas_alloc() local
2053 hisi_hba->slot_info = devm_kcalloc(dev, max_command_entries, in hisi_sas_alloc()
2060 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()
2088 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_alloc()
2094 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_alloc()
2101 hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()
2326 shost->can_queue = hisi_hba->hw->max_command_entries; in hisi_sas_probe()
[all …]
Dhisi_sas.h257 int max_command_entries; member
Dhisi_sas_v3_hw.c2116 .max_command_entries = HISI_SAS_COMMAND_ENTRIES_V3_HW,
2248 shost->can_queue = hisi_hba->hw->max_command_entries; in hisi_sas_v3_probe()
2249 shost->cmd_per_lun = hisi_hba->hw->max_command_entries; in hisi_sas_v3_probe()
Dhisi_sas_v1_hw.c1841 .max_command_entries = HISI_SAS_COMMAND_ENTRIES_V1_HW,
Dhisi_sas_v2_hw.c3598 .max_command_entries = HISI_SAS_COMMAND_ENTRIES_V2_HW,