Searched refs:NLP_UNREG_INP (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_disc.h190 #define NLP_UNREG_INP 0x00008000 /* UNREG_RPI cmd is in progress */ macro
H A Dlpfc_els.c1765 /* if new_ndlp had NLP_UNREG_INP set, keep it */
1766 if (keep_new_nlp_flag & NLP_UNREG_INP)
1767 new_ndlp->nlp_flag |= NLP_UNREG_INP;
1769 new_ndlp->nlp_flag &= ~NLP_UNREG_INP;
1788 /* if ndlp had NLP_UNREG_INP set, keep it */
1789 if (keep_nlp_flag & NLP_UNREG_INP)
1790 ndlp->nlp_flag |= NLP_UNREG_INP;
1792 ndlp->nlp_flag &= ~NLP_UNREG_INP;
2209 if ((ndlp->nlp_flag & (NLP_IGNR_REG_CMPL | NLP_UNREG_INP)) &&
5313 ndlp->nlp_flag &= ~NLP_UNREG_INP;
[all...]
H A Dlpfc_hbadisc.c5171 if ((ndlp->nlp_flag & NLP_UNREG_INP) &&
5179 ndlp->nlp_flag &= ~NLP_UNREG_INP;
5192 ndlp->nlp_flag &= ~NLP_UNREG_INP;
5274 if (ndlp->nlp_flag & NLP_UNREG_INP) {
5309 ndlp->nlp_flag |= NLP_UNREG_INP;
5321 ndlp->nlp_flag &= ~NLP_UNREG_INP;
5341 ndlp->nlp_flag &= ~NLP_UNREG_INP;
6599 !(ndlp->nlp_flag & (NLP_RPI_REGISTERED | NLP_UNREG_INP))) {
H A Dlpfc_init.c3829 ndlp->nlp_flag &= ~(NLP_UNREG_INP |
H A Dlpfc_nportdisc.c1118 if (ndlp->nlp_flag & NLP_UNREG_INP) {
1146 ndlp->nlp_flag |= NLP_UNREG_INP;
H A Dlpfc_sli.c2854 ndlp->nlp_flag &= ~NLP_UNREG_INP;
2937 if ((ndlp->nlp_flag & NLP_UNREG_INP) &&
2939 ndlp->nlp_flag &= ~NLP_UNREG_INP;
3014 if ((ndlp->nlp_flag & NLP_UNREG_INP) &&
3025 ndlp->nlp_flag &= ~NLP_UNREG_INP;
14337 ndlp->nlp_flag |= NLP_UNREG_INP;

Completed in 316 milliseconds