Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_crtn.h404 extern struct fc_function_template lpfc_transport_functions;
H A Dlpfc_init.c14027 lpfc_transport_functions.vport_create = lpfc_vport_create; in lpfc_init()
14028 lpfc_transport_functions.vport_delete = lpfc_vport_delete; in lpfc_init()
14030 fc_attach_transport(&lpfc_transport_functions); in lpfc_init()
H A Dlpfc_attr.c7157 struct fc_function_template lpfc_transport_functions = { variable