Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dstorvsc_drv.c391 static struct scsi_transport_template *fc_transport_template; variable
1718 if (scmnd->device->host->transportt == fc_transport_template) in storvsc_eh_timed_out()
2034 host->transportt = fc_transport_template; in storvsc_probe()
2101 if (host->transportt == fc_transport_template) { in storvsc_probe()
2158 if (host->transportt == fc_transport_template) { in storvsc_remove()
2240 fc_transport_template = fc_attach_transport(&fc_transport_functions); in storvsc_drv_init()
2241 if (!fc_transport_template) in storvsc_drv_init()
2249 fc_release_transport(fc_transport_template); in storvsc_drv_init()
2259 fc_release_transport(fc_transport_template); in storvsc_drv_exit()