Home
last modified time | relevance | path

Searched refs:nrport (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.h38 ((!ndlp->nrport || (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT))\
39 ? NULL : ndlp->nrport)
H A Dlpfc_debugfs.c814 struct nvme_fc_remote_port *nrport = NULL; in lpfc_debugfs_nodelist_data() local
967 nrport = rport->remoteport; in lpfc_debugfs_nodelist_data()
969 nrport = NULL; in lpfc_debugfs_nodelist_data()
971 if (!nrport) in lpfc_debugfs_nodelist_data()
975 switch (nrport->port_state) { in lpfc_debugfs_nodelist_data()
990 statep, nrport->port_id); in lpfc_debugfs_nodelist_data()
992 nrport->port_name); in lpfc_debugfs_nodelist_data()
994 nrport->node_name); in lpfc_debugfs_nodelist_data()
997 if (nrport->port_role & FC_PORT_ROLE_NVME_INITIATOR) in lpfc_debugfs_nodelist_data()
1000 if (nrport->port_role & FC_PORT_ROLE_NVME_TARGET) in lpfc_debugfs_nodelist_data()
[all …]