Home
last modified time | relevance | path

Searched refs:fc4_xpt_flags (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_nvme.c194 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()
234 if (!(ndlp->fc4_xpt_flags & fc4_xpt_flags)) in lpfc_nvme_remoteport_delete()
1614 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 …]
Dlpfc_disc.h157 enum lpfc_fc4_xpt_flags fc4_xpt_flags; member
Dlpfc_hbadisc.c175 ndlp->nlp_state, ndlp->fc4_xpt_flags); in lpfc_dev_loss_tmo_callbk()
184 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
188 if (ndlp->fc4_xpt_flags == NLP_XPT_REGD) in lpfc_dev_loss_tmo_callbk()
189 ndlp->fc4_xpt_flags &= ~NLP_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
229 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
254 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD)) { in lpfc_dev_loss_tmo_callbk()
443 ndlp->fc4_xpt_flags, kref_read(&ndlp->kref)); in lpfc_dev_loss_tmo_handler()
555 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD)) in lpfc_dev_loss_tmo_handler()
1125 !ndlp->fc4_xpt_flags) in lpfc_cleanup_rpis()
4337 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_mbx_cmpl_ns_reg_login()
[all …]
Dlpfc_nvme.h38 ((!ndlp->nrport || (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT))\
Dlpfc_els.c865 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) in lpfc_cmpl_els_flogi_nport()
907 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) in lpfc_cmpl_els_flogi_nport()
961 if (!(ndlp->fc4_xpt_flags & SCSI_XPT_REGD)) in lpfc_cmpl_els_flogi()
1531 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_initial_flogi()
1580 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_initial_fdisc()
2079 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_plogi()
2372 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_cmpl_els_prli()
2815 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_adisc()
3059 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_logo()
5406 !(ndlp->fc4_xpt_flags & SCSI_XPT_REGD) && in lpfc_cmpl_els_rsp()
[all …]
Dlpfc_nvmet.c1379 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()
3626 ndlp_has_hh = ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH; in lpfc_nvmet_invalidate_host()
Dlpfc_init.c3069 if (!(ndlp->fc4_xpt_flags & (NVME_XPT_REGD|SCSI_XPT_REGD))) in lpfc_cleanup()
3107 ndlp->fc4_xpt_flags, in lpfc_cleanup()
3874 !(ndlp->fc4_xpt_flags & in lpfc_offline_prep()
Dlpfc_debugfs.c905 ndlp->fc4_xpt_flags); in lpfc_debugfs_nodelist_data()
Dlpfc_sli.c3274 if (!ret && !(ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH)) { in lpfc_nvme_unsol_ls_handler()
3275 ndlp->fc4_xpt_flags |= NLP_XPT_HAS_HH; in lpfc_nvme_unsol_ls_handler()
3289 ndlp->fc4_xpt_flags, in lpfc_nvme_unsol_ls_handler()