Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2303 struct scsi_transport_template *hisi_sas_stt; variable
2304 EXPORT_SYMBOL_GPL(hisi_sas_stt);
2710 shost->transportt = hisi_sas_stt; in hisi_sas_probe()
2808 hisi_sas_stt = sas_domain_attach_transport(&hisi_sas_transport_ops); in hisi_sas_init()
2809 if (!hisi_sas_stt) in hisi_sas_init()
2825 sas_release_transport(hisi_sas_stt); in hisi_sas_exit()
Dhisi_sas.h632 extern struct scsi_transport_template *hisi_sas_stt;
Dhisi_sas_v3_hw.c4729 shost->transportt = hisi_sas_stt; in hisi_sas_v3_probe()