Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas.h220 int (*slot_index_alloc)(struct hisi_hba *hisi_hba, int *slot_idx, member
Dhisi_sas_main.c385 if (hisi_hba->hw->slot_index_alloc) in hisi_sas_task_prep()
386 rc = hisi_hba->hw->slot_index_alloc(hisi_hba, &slot_idx, in hisi_sas_task_prep()
Dhisi_sas_v2_hw.c3578 .slot_index_alloc = slot_index_alloc_quirk_v2_hw,