Searched refs:fc4_xpt_flags (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_nvme.c | 189 u32 fc4_xpt_flags; in lpfc_nvme_remoteport_delete() local 205 fc4_xpt_flags = NVME_XPT_REGD | SCSI_XPT_REGD; in lpfc_nvme_remoteport_delete() 214 remoteport, ndlp, ndlp->nlp_DID, ndlp->fc4_xpt_flags); in lpfc_nvme_remoteport_delete() 220 if (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT) in lpfc_nvme_remoteport_delete() 221 ndlp->fc4_xpt_flags &= ~(NVME_XPT_UNREG_WAIT | NVME_XPT_REGD); in lpfc_nvme_remoteport_delete() 229 if (!(ndlp->fc4_xpt_flags & fc4_xpt_flags)) in lpfc_nvme_remoteport_delete() 1572 ndlp->fc4_xpt_flags); in lpfc_nvme_fcp_io_submit() 2379 ndlp->fc4_xpt_flags &= ~NVME_XPT_UNREG_WAIT; in lpfc_nvme_register_port() 2380 ndlp->fc4_xpt_flags |= NVME_XPT_REGD; in lpfc_nvme_register_port() 2391 ndlp->fc4_xpt_flags &= ~NVME_XPT_UNREG_WAIT; in lpfc_nvme_register_port() [all …]
|
D | lpfc_disc.h | 158 enum lpfc_fc4_xpt_flags fc4_xpt_flags; member
|
D | lpfc_nvme.h | 38 ((!ndlp->nrport || (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT))\
|
D | lpfc_hbadisc.c | 183 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk() 223 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk() 419 ndlp->fc4_xpt_flags, kref_read(&ndlp->kref)); in lpfc_dev_loss_tmo_handler() 530 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD)) in lpfc_dev_loss_tmo_handler() 4350 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_mbx_cmpl_ns_reg_login() 4547 ndlp->fc4_xpt_flags |= SCSI_XPT_REGD; in lpfc_register_remote_port() 4593 ndlp->nlp_DID, rport, ndlp->fc4_xpt_flags, in lpfc_unregister_remote_port() 4648 if (ndlp->fc4_xpt_flags & NLP_XPT_REGD) { in lpfc_nlp_reg_node() 4652 if (ndlp->fc4_xpt_flags & NVME_XPT_REGD && in lpfc_nlp_reg_node() 4659 ndlp->fc4_xpt_flags |= NLP_XPT_REGD; in lpfc_nlp_reg_node() [all …]
|
D | lpfc_nvmet.c | 1379 hosthandle, ndlp->nlp_DID, ndlp->fc4_xpt_flags, in lpfc_nvmet_host_release() 1383 ndlp->fc4_xpt_flags &= ~NLP_XPT_HAS_HH; in lpfc_nvmet_host_release() 3662 ndlp_has_hh = ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH; in lpfc_nvmet_invalidate_host()
|
D | lpfc_els.c | 2056 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_plogi() 2338 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_cmpl_els_prli() 2774 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_adisc() 3001 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_logo() 10943 ndlp->fc4_xpt_flags); in lpfc_cmpl_els_npiv_logo()
|
D | lpfc_init.c | 2936 if (!(ndlp->fc4_xpt_flags & (NVME_XPT_REGD|SCSI_XPT_REGD))) in lpfc_cleanup() 2958 ndlp->fc4_xpt_flags, in lpfc_cleanup() 3720 !(ndlp->fc4_xpt_flags & in lpfc_offline_prep()
|
D | lpfc_debugfs.c | 905 ndlp->fc4_xpt_flags); in lpfc_debugfs_nodelist_data()
|
D | lpfc_sli.c | 3270 if (!ret && !(ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH)) { in lpfc_nvme_unsol_ls_handler() 3271 ndlp->fc4_xpt_flags |= NLP_XPT_HAS_HH; in lpfc_nvme_unsol_ls_handler() 3285 ndlp->fc4_xpt_flags, in lpfc_nvme_unsol_ls_handler()
|