Home
last modified time | relevance | path

Searched refs:slot_index_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c194 index = find_next_zero_bit(bitmap, hisi_hba->slot_index_count, in hisi_sas_slot_index_alloc()
196 if (index >= hisi_hba->slot_index_count) { in hisi_sas_slot_index_alloc()
198 hisi_hba->slot_index_count, in hisi_sas_slot_index_alloc()
200 if (index >= hisi_hba->slot_index_count) { in hisi_sas_slot_index_alloc()
216 for (i = 0; i < hisi_hba->slot_index_count; ++i) in hisi_sas_slot_index_init()
2408 hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()
2409 s = hisi_hba->slot_index_count / BITS_PER_BYTE; in hisi_sas_alloc()
Dhisi_sas.h350 int slot_index_count; member
Dhisi_sas_v2_hw.c785 end = hisi_hba->slot_index_count; in slot_index_alloc_quirk_v2_hw()
803 hisi_hba->slot_index_count, start); in slot_index_alloc_quirk_v2_hw()