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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_disc.h60 #define NLP_FCP_TARGET 0x8 /* entry is an FCP target */ macro
H A Dlpfc_nportdisc.c502 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR);
509 ndlp->nlp_type |= NLP_FCP_TARGET;
518 if (ndlp->nlp_type & NLP_FCP_TARGET)
948 if (ndlp->nlp_type & NLP_FCP_TARGET) {
1258 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR);
1265 ndlp->nlp_type |= NLP_FCP_TARGET;
H A Dlpfc_hbadisc.c1144 if (ndlp->nlp_type & NLP_FCP_TARGET)
1217 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR);
1430 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&

Completed in 51 milliseconds