Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1376 extern struct scsi_transport_template *mpt3sas_transport_template;
1391 extern struct scsi_transport_template *mpt3sas_transport_template;
Dmpt3sas_scsih.c8544 shost->transportt = mpt3sas_transport_template; in _scsih_probe()
8970 sas_release_transport(mpt3sas_transport_template); in scsih_exit()
8986 mpt3sas_transport_template = in _mpt3sas_init()
8988 if (!mpt3sas_transport_template) in _mpt3sas_init()
8998 sas_release_transport(mpt3sas_transport_template); in _mpt3sas_init()
9010 sas_release_transport(mpt3sas_transport_template); in _mpt3sas_init()
Dmpt3sas_transport.c2154 struct scsi_transport_template *mpt3sas_transport_template; variable