Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1163 extern struct scsi_transport_template *mpt3sas_transport_template;
Dmpt3sas_scsih.c7821 shost->transportt = mpt3sas_transport_template; in _scsih_probe()
8114 mpt3sas_transport_template = in _scsih_init()
8116 if (!mpt3sas_transport_template) in _scsih_init()
8122 sas_release_transport(mpt3sas_transport_template); in _scsih_init()
8168 sas_release_transport(mpt3sas_transport_template); in _scsih_init()
8205 sas_release_transport(mpt3sas_transport_template); in _scsih_exit()
Dmpt3sas_transport.c2130 struct scsi_transport_template *mpt3sas_transport_template; variable