Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.h1191 extern struct scsi_transport_template *mpt2sas_transport_template;
Dmpt2sas_scsih.c8190 shost->transportt = mpt2sas_transport_template; in _scsih_probe()
8498 mpt2sas_transport_template = in _scsih_init()
8500 if (!mpt2sas_transport_template) in _scsih_init()
8505 sas_release_transport(mpt2sas_transport_template); in _scsih_init()
8551 sas_release_transport(mpt2sas_transport_template); in _scsih_init()
8587 sas_release_transport(mpt2sas_transport_template); in _scsih_exit()
Dmpt2sas_transport.c2169 struct scsi_transport_template *mpt2sas_transport_template; variable