Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/mpt3sas/
Dmpt3sas_base.h2001 extern struct scsi_transport_template *mpt3sas_transport_template;
2017 extern struct scsi_transport_template *mpt3sas_transport_template;
Dmpt3sas_scsih.c12294 shost->transportt = mpt3sas_transport_template; in _scsih_probe()
12862 sas_release_transport(mpt3sas_transport_template); in scsih_exit()
12879 mpt3sas_transport_template = in _mpt3sas_init()
12881 if (!mpt3sas_transport_template) in _mpt3sas_init()
12891 sas_release_transport(mpt3sas_transport_template); in _mpt3sas_init()
12903 sas_release_transport(mpt3sas_transport_template); in _mpt3sas_init()
Dmpt3sas_transport.c2188 struct scsi_transport_template *mpt3sas_transport_template; variable