Searched refs:NLP_DROPPED (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_disc.h | 197 NLP_DROPPED = 16, /* Init ref count has been dropped */ enumerator
|
| H A D | lpfc_els.c | 939 !test_bit(NLP_DROPPED, &ndlp->nlp_flag) && in lpfc_cmpl_els_flogi() 941 set_bit(NLP_DROPPED, &ndlp->nlp_flag); in lpfc_cmpl_els_flogi() 1022 !test_bit(NLP_DROPPED, &ndlp->nlp_flag) && in lpfc_cmpl_els_flogi() 1024 set_bit(NLP_DROPPED, &ndlp->nlp_flag); in lpfc_cmpl_els_flogi() 1297 if (test_and_clear_bit(NLP_DROPPED, &ndlp->nlp_flag)) { in lpfc_issue_els_flogi() 1820 if (test_bit(NLP_DROPPED, &keep_new_nlp_flag)) in lpfc_plogi_confirm_nport() 1821 set_bit(NLP_DROPPED, &new_ndlp->nlp_flag); in lpfc_plogi_confirm_nport() 1823 clear_bit(NLP_DROPPED, &new_ndlp->nlp_flag); in lpfc_plogi_confirm_nport() 1843 if (test_bit(NLP_DROPPED, &keep_nlp_flag)) in lpfc_plogi_confirm_nport() 1844 set_bit(NLP_DROPPED, &ndlp->nlp_flag); in lpfc_plogi_confirm_nport() [all …]
|
| H A D | lpfc_hbadisc.c | 197 if (!test_and_set_bit(NLP_DROPPED, &ndlp->nlp_flag)) in lpfc_dev_loss_tmo_callbk() 427 clear_bit(NLP_DROPPED, &ndlp->nlp_flag); in lpfc_check_nlp_post_devloss() 570 if (!test_and_set_bit(NLP_DROPPED, &ndlp->nlp_flag)) in lpfc_dev_loss_tmo_handler() 4836 bool node_dropped = test_bit(NLP_DROPPED, &ndlp->nlp_flag); in lpfc_nlp_set_state() 4852 clear_bit(NLP_DROPPED, &ndlp->nlp_flag); in lpfc_nlp_set_state() 4957 if (!test_and_set_bit(NLP_DROPPED, &ndlp->nlp_flag)) in lpfc_drop_node()
|
| H A D | lpfc_sli.c | 19156 !test_bit(NLP_DROPPED, &ndlp->nlp_flag) && in lpfc_sli4_seq_abort_rsp() 19158 set_bit(NLP_DROPPED, &ndlp->nlp_flag); in lpfc_sli4_seq_abort_rsp()
|