Home
last modified time | relevance | path

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

/linux-6.6.21/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()
233 if (!(ndlp->fc4_xpt_flags & fc4_xpt_flags)) in lpfc_nvme_remoteport_delete()
1616 ndlp->fc4_xpt_flags); in lpfc_nvme_fcp_io_submit()
2457 ndlp->fc4_xpt_flags &= ~NVME_XPT_UNREG_WAIT; in lpfc_nvme_register_port()
2458 ndlp->fc4_xpt_flags |= NVME_XPT_REGD; in lpfc_nvme_register_port()
2469 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()
186 if (ndlp->fc4_xpt_flags & (NLP_XPT_REGD | SCSI_XPT_REGD)) { in lpfc_dev_loss_tmo_callbk()
187 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
192 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD)) in lpfc_dev_loss_tmo_callbk()
193 ndlp->fc4_xpt_flags &= ~NLP_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
202 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD) && in lpfc_dev_loss_tmo_callbk()
245 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD; in lpfc_dev_loss_tmo_callbk()
270 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD)) { in lpfc_dev_loss_tmo_callbk()
455 ndlp->fc4_xpt_flags, kref_read(&ndlp->kref)); in lpfc_dev_loss_tmo_handler()
596 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD)) in lpfc_dev_loss_tmo_handler()
[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()
962 if (!(ndlp->fc4_xpt_flags & SCSI_XPT_REGD)) in lpfc_cmpl_els_flogi()
1041 !(ndlp->fc4_xpt_flags & SCSI_XPT_REGD)) in lpfc_cmpl_els_flogi()
1560 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_initial_flogi()
1609 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_initial_fdisc()
2108 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_plogi()
2419 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD)) && in lpfc_cmpl_els_prli()
2862 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_adisc()
3107 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) { in lpfc_cmpl_els_logo()
[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()
3623 ndlp_has_hh = ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH; in lpfc_nvmet_invalidate_host()
Dlpfc_init.c3071 if (!(ndlp->fc4_xpt_flags & (NVME_XPT_REGD|SCSI_XPT_REGD))) in lpfc_cleanup()
3109 ndlp->fc4_xpt_flags, in lpfc_cleanup()
3880 !(ndlp->fc4_xpt_flags & in lpfc_offline_prep()
Dlpfc_debugfs.c905 ndlp->fc4_xpt_flags); in lpfc_debugfs_nodelist_data()
Dlpfc_sli.c3290 if (!ret && !(ndlp->fc4_xpt_flags & NLP_XPT_HAS_HH)) { in lpfc_nvme_unsol_ls_handler()
3291 ndlp->fc4_xpt_flags |= NLP_XPT_HAS_HH; in lpfc_nvme_unsol_ls_handler()
3305 ndlp->fc4_xpt_flags, in lpfc_nvme_unsol_ls_handler()