Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c343 vport = lpfc_create_port(phba, instance, &fc_vport->dev); in lpfc_vport_create()
H A Dlpfc_crtn.h476 struct lpfc_vport *lpfc_create_port(struct lpfc_hba *, int, struct device *);
H A Dlpfc_init.c4681 * lpfc_create_port - Create an FC port
4697 lpfc_create_port(struct lpfc_hba *phba, int instance, struct device *dev) in lpfc_create_port() function
9124 vport = lpfc_create_port(phba, phba->brd_no, &phba->pcidev->dev); in lpfc_create_shost()