Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dstorvsc_drv.c373 static struct scsi_transport_template *fc_transport_template; variable
2009 host->transportt = fc_transport_template; in storvsc_probe()
2095 if (host->transportt == fc_transport_template) { in storvsc_probe()
2152 if (host->transportt == fc_transport_template) { in storvsc_remove()
2229 fc_transport_template = fc_attach_transport(&fc_transport_functions); in storvsc_drv_init()
2230 if (!fc_transport_template) in storvsc_drv_init()
2233 fc_transport_template->user_scan = storvsc_user_scan; in storvsc_drv_init()
2240 fc_release_transport(fc_transport_template); in storvsc_drv_init()
2250 fc_release_transport(fc_transport_template); in storvsc_drv_exit()