Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/lpfc/
Dlpfc_crtn.h468 extern struct fc_function_template lpfc_transport_functions;
Dlpfc_init.c15716 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()
15717 lpfc_transport_functions.vport_delete = lpfc_vport_delete; in lpfc_init()
15719 fc_attach_transport(&lpfc_transport_functions); in lpfc_init()
Dlpfc_attr.c7026 struct fc_function_template lpfc_transport_functions = { variable