Searched refs:lpfc_transport_functions (Results 1 – 3 of 3) sorted by relevance
468 extern struct fc_function_template lpfc_transport_functions;
15734 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()15735 lpfc_transport_functions.vport_delete = lpfc_vport_delete; in lpfc_init()15737 fc_attach_transport(&lpfc_transport_functions); in lpfc_init()
7028 struct fc_function_template lpfc_transport_functions = { variable