Searched refs:NLP_NPR_ADISC (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nportdisc.c | 440 if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) in lpfc_rcv_plogi() 806 !test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) in lpfc_rcv_padisc() 935 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_rcv_logo() 1067 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_disc_set_adisc() 1077 set_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_disc_set_adisc() 1082 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_disc_set_adisc() 2661 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_rcv_plogi_npr_node() 2693 if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_rcv_prli_npr_node() 2732 if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_rcv_padisc_npr_node() 2755 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_rcv_prlo_npr_node() [all …]
|
| H A D | lpfc_disc.h | 214 NLP_NPR_ADISC = 25, /* Issue ADISC when dq'ed from enumerator
|
| H A D | lpfc_hbadisc.c | 1368 } else if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_linkup_cleanup_nodes() 4782 if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag) || in lpfc_nlp_state_cleanup() 5338 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_unreg_rpi() 6120 } else if (!test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_disc_timeout_handler()
|
| H A D | lpfc_els.c | 726 !test_bit(NLP_NPR_ADISC, &np->nlp_flag)) in lpfc_cmpl_els_flogi_fabric() 728 clear_bit(NLP_NPR_ADISC, &np->nlp_flag); in lpfc_cmpl_els_flogi_fabric() 6629 !test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) in lpfc_els_disc_adisc() 6632 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_els_disc_adisc() 6694 !test_bit(NLP_NPR_ADISC, &ndlp->nlp_flag)) { in lpfc_els_disc_plogi() 11453 !test_bit(NLP_NPR_ADISC, &np->nlp_flag)) in lpfc_cmpl_els_fdisc() 11455 clear_bit(NLP_NPR_ADISC, &np->nlp_flag); in lpfc_cmpl_els_fdisc()
|
| H A D | lpfc_scsi.c | 6107 clear_bit(NLP_NPR_ADISC, &pnode->nlp_flag); in lpfc_target_reset_handler()
|
| H A D | lpfc_init.c | 3838 clear_bit(NLP_NPR_ADISC, &ndlp->nlp_flag); in lpfc_offline_prep()
|