Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_nport.h18 efc_nport_alloc(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn,
H A Defc_nport.c66 efc_nport_alloc(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn, in efc_nport_alloc() function
604 nport = efc_nport_alloc(domain, vport->wwpn, vport->wwnn, vport->fc_id, in efc_vport_nport_alloc()
H A Defc_domain.c261 nport = efc_nport_alloc(domain, my_wwpn, my_wwnn, U32_MAX, in __efc_domain_init()