Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_aux.c135 zfcp_scsi_transport_template = in zfcp_module_init()
137 if (!zfcp_scsi_transport_template) in zfcp_module_init()
139 scsi_transport_reserve_device(zfcp_scsi_transport_template, in zfcp_module_init()
163 fc_release_transport(zfcp_scsi_transport_template); in zfcp_module_init()
178 fc_release_transport(zfcp_scsi_transport_template); in zfcp_module_exit()
Dzfcp_ext.h145 extern struct scsi_transport_template *zfcp_scsi_transport_template;
Dzfcp_scsi.c295 struct scsi_transport_template *zfcp_scsi_transport_template; variable
349 adapter->scsi_host->transportt = zfcp_scsi_transport_template; in zfcp_scsi_adapter_register()