Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1759 extern struct scsi_transport_template *mpt3sas_transport_template;
1774 extern struct scsi_transport_template *mpt3sas_transport_template;
H A Dmpt3sas_scsih.c11020 shost->transportt = mpt3sas_transport_template; in _scsih_probe()
11572 sas_release_transport(mpt3sas_transport_template); in scsih_exit()
11589 mpt3sas_transport_template = in _mpt3sas_init()
11591 if (!mpt3sas_transport_template) in _mpt3sas_init()
11601 sas_release_transport(mpt3sas_transport_template); in _mpt3sas_init()
11613 sas_release_transport(mpt3sas_transport_template); in _mpt3sas_init()
H A Dmpt3sas_transport.c1979 struct scsi_transport_template *mpt3sas_transport_template; variable