Searched refs:NLP_FCP_TARGET (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_disc.h81 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
H A Dlpfc_nportdisc.c564 ((ndlp->nlp_type & NLP_FCP_TARGET) ||
604 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR);
610 ndlp->nlp_type |= NLP_FCP_TARGET;
619 if (ndlp->nlp_type & NLP_FCP_TARGET)
644 (ndlp->nlp_type & NLP_FCP_TARGET))) {
1231 if (ndlp->nlp_type & NLP_FCP_TARGET) {
1572 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR);
1579 ndlp->nlp_type |= NLP_FCP_TARGET;
1583 if (!(ndlp->nlp_type & NLP_FCP_TARGET) &&
1598 if (ndlp->nlp_type & NLP_FCP_TARGET)
[all...]
H A Dlpfc_debugfs.c591 if (ndlp->nlp_type & NLP_FCP_TARGET)
H A Dlpfc_ct.c538 NLP_FCP_TARGET))
H A Dlpfc_hbadisc.c3332 if (ndlp->nlp_type & NLP_FCP_TARGET)
3768 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
H A Dlpfc_els.c3793 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&

Completed in 101 milliseconds