Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_disc.h88 #define NLP_FCP_INITIATOR 0x10 /* entry is an FCP Initiator */ macro
Dlpfc_nportdisc.c690 !(ndlp->nlp_type & NLP_FCP_INITIATOR))) || in lpfc_rcv_logo()
730 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_rcv_prli()
735 ndlp->nlp_type |= NLP_FCP_INITIATOR; in lpfc_rcv_prli()
747 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_rcv_prli()
1720 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); in lpfc_cmpl_prli_prli_issue()
1726 ndlp->nlp_type |= NLP_FCP_INITIATOR; in lpfc_cmpl_prli_prli_issue()
Dlpfc_debugfs.c605 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_debugfs_nodelist_data()
Dlpfc_hbadisc.c3944 if (ndlp->nlp_type & NLP_FCP_INITIATOR) in lpfc_register_remote_port()