NLP_WAIT_FOR_LOGO
if (test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) {
clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags);
if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags))
if (!test_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags) &&
set_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags);
!test_bit(NLP_WAIT_FOR_LOGO,
if (test_and_clear_bit(NLP_WAIT_FOR_LOGO,
if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags) &&
set_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags);
!test_bit(NLP_WAIT_FOR_LOGO,
if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags))
clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags);