Searched refs:NLP_NPR_ADISC (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_disc.h | 207 NLP_NPR_ADISC = 25, /* Issue ADISC when dq'ed from enumerator
|
H A D | lpfc_hbadisc.c | 1354 } else if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_linkup_cleanup_nodes() 4773 if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag) || in lpfc_nlp_state_cleanup() 5329 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_unreg_rpi() 6103 } else if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_disc_timeout_handler()
|
H A D | lpfc_els.c | 728 !test_bit(NLP_NPR_ADISC, &np->nlp_flag)) in lpfc_cmpl_els_flogi_fabric() 730 clear_bit(NLP_NPR_ADISC, &np->nlp_flag); in lpfc_cmpl_els_flogi_fabric() 6473 !test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) in lpfc_els_disc_adisc() 6476 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_els_disc_adisc() 6538 !test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_els_disc_plogi() 11291 !test_bit(NLP_NPR_ADISC, &np->nlp_flag)) in lpfc_cmpl_els_fdisc() 11293 clear_bit(NLP_NPR_ADISC, &np->nlp_flag); in lpfc_cmpl_els_fdisc()
|
H A D | lpfc_scsi.c | 6103 clear_bit(NLP_NPR_ADISC, &pnode->nlp_flag); in lpfc_target_reset_handler()
|