Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/scsi/
Dzfcp_aux.c140 zfcp_scsi_transport_template = in zfcp_module_init()
142 if (!zfcp_scsi_transport_template) in zfcp_module_init()
144 scsi_transport_reserve_device(zfcp_scsi_transport_template, in zfcp_module_init()
159 fc_release_transport(zfcp_scsi_transport_template); in zfcp_module_init()
173 fc_release_transport(zfcp_scsi_transport_template); in zfcp_module_exit()
Dzfcp_ext.h152 extern struct scsi_transport_template *zfcp_scsi_transport_template;
Dzfcp_scsi.c419 struct scsi_transport_template *zfcp_scsi_transport_template; variable
481 adapter->scsi_host->transportt = zfcp_scsi_transport_template; in zfcp_scsi_adapter_register()