Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c201 index = find_next_zero_bit(bitmap, hisi_hba->slot_index_count, in hisi_sas_slot_index_alloc()
203 if (index >= hisi_hba->slot_index_count) { in hisi_sas_slot_index_alloc()
204 index = find_next_zero_bit(bitmap, hisi_hba->slot_index_count, in hisi_sas_slot_index_alloc()
206 if (index >= hisi_hba->slot_index_count) in hisi_sas_slot_index_alloc()
220 for (i = 0; i < hisi_hba->slot_index_count; ++i) in hisi_sas_slot_index_init()
2101 hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()
2102 s = hisi_hba->slot_index_count / BITS_PER_BYTE; in hisi_sas_alloc()
Dhisi_sas.h286 int slot_index_count; member
Dhisi_sas_v2_hw.c789 end = hisi_hba->slot_index_count; in slot_index_alloc_quirk_v2_hw()
806 hisi_hba->slot_index_count, start); in slot_index_alloc_quirk_v2_hw()