Searched refs:fc4_xpt_flags (Results 1 – 9 of 9) sorted by relevance
| /drivers/scsi/lpfc/ |
| A D | lpfc_nvme.c | 194 u32 fc4_xpt_flags; in lpfc_nvme_remoteport_delete() local 210 fc4_xpt_flags = NVME_XPT_REGD | SCSI_XPT_REGD; in lpfc_nvme_remoteport_delete() 219 remoteport, ndlp, ndlp->nlp_DID, ndlp->fc4_xpt_flags); in lpfc_nvme_remoteport_delete() 225 if (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT) in lpfc_nvme_remoteport_delete() 226 ndlp->fc4_xpt_flags &= ~(NVME_XPT_UNREG_WAIT | NVME_XPT_REGD); in lpfc_nvme_remoteport_delete() 233 if (!(ndlp->fc4_xpt_flags & fc4_xpt_flags)) in lpfc_nvme_remoteport_delete() 1618 ndlp->fc4_xpt_flags); in lpfc_nvme_fcp_io_submit() 2461 ndlp->fc4_xpt_flags &= ~NVME_XPT_UNREG_WAIT; in lpfc_nvme_register_port() 2462 ndlp->fc4_xpt_flags |= NVME_XPT_REGD; in lpfc_nvme_register_port() 2473 ndlp->fc4_xpt_flags &= ~NVME_XPT_UNREG_WAIT; in lpfc_nvme_register_port() [all …]
|
| A D | lpfc_hbadisc.c | 182 ndlp->nlp_state, ndlp->fc4_xpt_flags); in lpfc_dev_loss_tmo_callbk() 203 if (ndlp->fc4_xpt_flags & SCSI_XPT_REGD) { in lpfc_dev_loss_tmo_callbk() 204 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk() 212 if (ndlp->fc4_xpt_flags & NLP_XPT_REGD) { in lpfc_dev_loss_tmo_callbk() 214 ndlp->fc4_xpt_flags &= ~NLP_XPT_REGD; in lpfc_dev_loss_tmo_callbk() 273 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk() 4519 ndlp->fc4_xpt_flags |= SCSI_XPT_REGD; in lpfc_register_remote_port() 4626 ndlp->fc4_xpt_flags |= NLP_XPT_REGD; in lpfc_nlp_reg_node() 4681 ndlp->fc4_xpt_flags &= ~NLP_XPT_REGD; in lpfc_nlp_unreg_node() 4694 ndlp->fc4_xpt_flags, in lpfc_nlp_unreg_node() [all …]
|
| A D | lpfc_disc.h | 159 enum lpfc_fc4_xpt_flags fc4_xpt_flags; member
|
| A D | lpfc_nvme.h | 38 ((!ndlp->nrport || (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT))\
|
| A D | lpfc_els.c | 845 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) in lpfc_cmpl_els_flogi_nport() 885 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) in lpfc_cmpl_els_flogi_nport() 939 if (!(ndlp->fc4_xpt_flags & SCSI_XPT_REGD)) in lpfc_cmpl_els_flogi() 1018 !(ndlp->fc4_xpt_flags & SCSI_XPT_REGD)) in lpfc_cmpl_els_flogi() 1546 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_initial_flogi() 1595 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_initial_fdisc() 2347 ndlp->fc4_xpt_flags); in lpfc_cmpl_els_prli() 3006 ndlp->fc4_xpt_flags, ulp_status, ulp_word4, in lpfc_cmpl_els_logo() 3072 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_logo() 5419 !(ndlp->fc4_xpt_flags & SCSI_XPT_REGD)) { in lpfc_cmpl_els_rsp() [all …]
|
| A D | lpfc_nvmet.c | 1389 hosthandle, ndlp->nlp_DID, ndlp->fc4_xpt_flags, in lpfc_nvmet_host_release() 1393 ndlp->fc4_xpt_flags &= ~NLP_XPT_HAS_HH; in lpfc_nvmet_host_release() 3635 ndlp_has_hh = ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH; in lpfc_nvmet_invalidate_host()
|
| A D | lpfc_init.c | 3081 if (!(ndlp->fc4_xpt_flags & (NVME_XPT_REGD|SCSI_XPT_REGD))) in lpfc_cleanup() 3120 ndlp->fc4_xpt_flags, in lpfc_cleanup() 3872 !(ndlp->fc4_xpt_flags & in lpfc_offline_prep()
|
| A D | lpfc_sli.c | 3281 if (!ret && !(ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH)) { in lpfc_nvme_unsol_ls_handler() 3282 ndlp->fc4_xpt_flags |= NLP_XPT_HAS_HH; in lpfc_nvme_unsol_ls_handler() 3296 ndlp->fc4_xpt_flags, in lpfc_nvme_unsol_ls_handler() 19096 !(ndlp->fc4_xpt_flags & (NVME_XPT_REGD | SCSI_XPT_REGD))) { in lpfc_sli4_seq_abort_rsp()
|
| A D | lpfc_debugfs.c | 905 ndlp->fc4_xpt_flags); in lpfc_debugfs_nodelist_data()
|
Completed in 96 milliseconds