Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_aux.c142 zfcp_scsi_transport_template = in zfcp_module_init()
144 if (!zfcp_scsi_transport_template) in zfcp_module_init()
146 scsi_transport_reserve_device(zfcp_scsi_transport_template, in zfcp_module_init()
161 fc_release_transport(zfcp_scsi_transport_template); in zfcp_module_init()
175 fc_release_transport(zfcp_scsi_transport_template); in zfcp_module_exit()
H A Dzfcp_ext.h167 extern struct scsi_transport_template *zfcp_scsi_transport_template;
H A Dzfcp_scsi.c419 struct scsi_transport_template *zfcp_scsi_transport_template; variable
494 adapter->scsi_host->transportt = zfcp_scsi_transport_template; in zfcp_scsi_adapter_register()