Home
last modified time | relevance | path

Searched refs:ibmvfc_transport_template (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvfc.c45 static struct scsi_transport_template *ibmvfc_transport_template; variable
5127 shost->transportt = ibmvfc_transport_template; in ibmvfc_probe()
5359 ibmvfc_transport_template = fc_attach_transport(&ibmvfc_transport_functions); in ibmvfc_module_init()
5360 if (!ibmvfc_transport_template) in ibmvfc_module_init()
5365 fc_release_transport(ibmvfc_transport_template); in ibmvfc_module_init()
5378 fc_release_transport(ibmvfc_transport_template); in ibmvfc_module_exit()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.c52 static struct scsi_transport_template *ibmvfc_transport_template; variable
6244 shost->transportt = ibmvfc_transport_template; in ibmvfc_probe()
6480 ibmvfc_transport_template = fc_attach_transport(&ibmvfc_transport_functions); in ibmvfc_module_init()
6481 if (!ibmvfc_transport_template) in ibmvfc_module_init()
6486 fc_release_transport(ibmvfc_transport_template); in ibmvfc_module_init()
6499 fc_release_transport(ibmvfc_transport_template); in ibmvfc_module_exit()

Completed in 13 milliseconds