Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_nvme.c189 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()
219 if (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT) in lpfc_nvme_remoteport_delete()
220 ndlp->fc4_xpt_flags &= ~(NVME_XPT_UNREG_WAIT | NVME_XPT_REGD); in lpfc_nvme_remoteport_delete()
228 if (!(ndlp->fc4_xpt_flags & fc4_xpt_flags)) in lpfc_nvme_remoteport_delete()
1562 ndlp->fc4_xpt_flags); in lpfc_nvme_fcp_io_submit()
2359 ndlp->fc4_xpt_flags &= ~NVME_XPT_UNREG_WAIT; in lpfc_nvme_register_port()
2360 ndlp->fc4_xpt_flags |= NVME_XPT_REGD; in lpfc_nvme_register_port()
2371 ndlp->fc4_xpt_flags &= ~NVME_XPT_UNREG_WAIT; in lpfc_nvme_register_port()
2523 ndlp->fc4_xpt_flags |= NVME_XPT_UNREG_WAIT; in lpfc_nvme_unregister_port()
Dlpfc_disc.h150 enum lpfc_fc4_xpt_flags fc4_xpt_flags; member
Dlpfc_nvme.h38 ((!ndlp->nrport || (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT))\
Dlpfc_hbadisc.c183 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
218 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
381 ndlp->fc4_xpt_flags, kref_read(&ndlp->kref)); in lpfc_dev_loss_tmo_handler()
426 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD)) in lpfc_dev_loss_tmo_handler()
4240 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_mbx_cmpl_ns_reg_login()
4434 ndlp->fc4_xpt_flags |= SCSI_XPT_REGD; in lpfc_register_remote_port()
4479 ndlp->nlp_DID, rport, ndlp->fc4_xpt_flags); in lpfc_unregister_remote_port()
4532 if (ndlp->fc4_xpt_flags & NLP_XPT_REGD) { in lpfc_nlp_reg_node()
4536 if (ndlp->fc4_xpt_flags & NVME_XPT_REGD && in lpfc_nlp_reg_node()
4543 ndlp->fc4_xpt_flags |= NLP_XPT_REGD; in lpfc_nlp_reg_node()
[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()
3662 ndlp_has_hh = ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH; in lpfc_nvmet_invalidate_host()
Dlpfc_els.c1208 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) in lpfc_cmpl_els_flogi()
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()
3005 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_logo()
10947 ndlp->fc4_xpt_flags); in lpfc_cmpl_els_npiv_logo()
Dlpfc_init.c2932 if (!(ndlp->fc4_xpt_flags & (NVME_XPT_REGD|SCSI_XPT_REGD))) in lpfc_cleanup()
2954 ndlp->fc4_xpt_flags, in lpfc_cleanup()
3702 if (!(ndlp->fc4_xpt_flags & in lpfc_offline_prep()
Dlpfc_debugfs.c905 ndlp->fc4_xpt_flags); in lpfc_debugfs_nodelist_data()
Dlpfc_sli.c3267 if (!ret && !(ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH)) { in lpfc_nvme_unsol_ls_handler()
3268 ndlp->fc4_xpt_flags |= NLP_XPT_HAS_HH; in lpfc_nvme_unsol_ls_handler()
3282 ndlp->fc4_xpt_flags, in lpfc_nvme_unsol_ls_handler()