Searched refs:NLP_NPR_2B_DISC (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_nportdisc.c | 1279 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_rcv_plogi_plogi_issue() 1587 if (test_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag)) { in lpfc_device_rm_plogi_issue() 1616 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_plogi_issue() 1791 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_adisc_issue() 2057 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_reglogin_issue() 2363 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_prli_issue() 2442 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_logo_logo_issue() 2549 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_unmap_node() 2642 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_mapped_node() 2662 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_rcv_plogi_npr_node() [all …]
|
| H A D | lpfc_disc.h | 199 NLP_NPR_2B_DISC = 18, /* node is included in num_disc_nodes */ enumerator
|
| H A D | lpfc_els.c | 865 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_flogi_nport() 2056 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_plogi() 2065 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_plogi() 2100 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_plogi() 2413 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_prli() 2490 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_issue_els_prli() 2824 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_adisc() 2833 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_adisc() 3051 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_logo() 3073 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_cmpl_els_logo() [all …]
|
| H A D | lpfc_hbadisc.c | 264 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 4336 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_mbx_cmpl_ns_reg_login() 5675 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_setup_disc_node() 5712 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_setup_disc_node() 5745 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_setup_disc_node()
|
| H A D | lpfc_ct.c | 747 if (test_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag) && in lpfc_prep_node_fc4type()
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 760 NLP_NPR_2B_DISC bit since rcv plogi logic will force NPort thru
|