Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c362 static struct scsi_transport_template *fc_transport_template; variable
1995 host->transportt = fc_transport_template; in storvsc_probe()
2081 if (host->transportt == fc_transport_template) { in storvsc_probe()
2138 if (host->transportt == fc_transport_template) { in storvsc_remove()
2215 fc_transport_template = fc_attach_transport(&fc_transport_functions); in storvsc_drv_init()
2216 if (!fc_transport_template) in storvsc_drv_init()
2224 fc_release_transport(fc_transport_template); in storvsc_drv_init()
2234 fc_release_transport(fc_transport_template); in storvsc_drv_exit()