Home
last modified time | relevance | path

Searched refs:NLP_FCP_INITIATOR (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_disc.h90 #define NLP_FCP_INITIATOR 0x10 /* entry is an FCP Initiator */ macro
Dlpfc_nportdisc.c503 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_plogi()
906 !(ndlp->nlp_type & NLP_FCP_INITIATOR))) || in lpfc_rcv_logo()
986 ndlp->nlp_type |= NLP_FCP_INITIATOR; in lpfc_rcv_prli()
999 (NLP_FCP_INITIATOR | NLP_FCP_TARGET)) in lpfc_rcv_prli()
1022 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_rcv_prli()
2218 ndlp->nlp_type |= NLP_FCP_INITIATOR; in lpfc_cmpl_prli_prli_issue()
2312 (NLP_FCP_INITIATOR | NLP_NVME_INITIATOR)) in lpfc_cmpl_prli_prli_issue()
Dlpfc_debugfs.c889 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_debugfs_nodelist_data()
Dlpfc_hbadisc.c4211 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_register_remote_port()
Dlpfc_els.c2368 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_issue_els_prli()