Searched refs:NLP_DELAY_TMO (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_disc.h | 198 NLP_DELAY_TMO = 17, /* delay timeout is running for node */ enumerator
|
| H A D | lpfc_nportdisc.c | 821 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_rcv_padisc() 892 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_rcv_logo() 915 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_rcv_logo() 1341 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_rcv_els_plogi_issue() 1723 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_cmpl_adisc_adisc_issue() 1945 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_cmpl_reglogin_reglogin_issue() 2665 if (!test_bit(NLP_DELAY_TMO, &ndlp->nlp_flag)) { in lpfc_rcv_plogi_npr_node() 2686 if (!test_bit(NLP_DELAY_TMO, &ndlp->nlp_flag)) { in lpfc_rcv_prli_npr_node() 2724 if (!test_bit(NLP_DELAY_TMO, &ndlp->nlp_flag) && in lpfc_rcv_padisc_npr_node() 2751 if (!test_bit(NLP_DELAY_TMO, &ndlp->nlp_flag)) { in lpfc_rcv_prlo_npr_node() [all …]
|
| H A D | lpfc_els.c | 2389 test_bit(NLP_DELAY_TMO, &ndlp->nlp_flag))) { in lpfc_cmpl_els_prli() 4334 if (!test_and_clear_bit(NLP_DELAY_TMO, &nlp->nlp_flag)) in lpfc_cancel_retry_delay_tmo() 4426 if (!test_and_clear_bit(NLP_DELAY_TMO, &ndlp->nlp_flag)) in lpfc_els_retry_delay_handler() 4977 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_els_retry() 6537 !test_bit(NLP_DELAY_TMO, &ndlp->nlp_flag) && in lpfc_els_disc_plogi() 11157 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_retry_pport_discovery()
|
| H A D | lpfc_hbadisc.c | 5068 test_bit(NLP_DELAY_TMO, &ndlp->nlp_flag)) in lpfc_check_sli_ndlp() 5501 clear_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_cleanup_node()
|
| H A D | lpfc_init.c | 6913 set_bit(NLP_DELAY_TMO, &ndlp->nlp_flag); in lpfc_sli4_async_fip_evt()
|