slot_index_alloc  277 drivers/scsi/hisi_sas/hisi_sas.h 	int (*slot_index_alloc)(struct hisi_hba *hisi_hba,
slot_index_alloc  168 drivers/scsi/hisi_sas/hisi_sas_main.c 	if (hisi_hba->hw->slot_index_alloc ||
slot_index_alloc  469 drivers/scsi/hisi_sas/hisi_sas_main.c 	if (hisi_hba->hw->slot_index_alloc)
slot_index_alloc  470 drivers/scsi/hisi_sas/hisi_sas_main.c 		rc = hisi_hba->hw->slot_index_alloc(hisi_hba, device);
slot_index_alloc 2647 drivers/scsi/hisi_sas/hisi_sas_main.c 	if (hisi_hba->hw->slot_index_alloc) {
slot_index_alloc 3554 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c 	.slot_index_alloc = slot_index_alloc_quirk_v2_hw,