Searched refs:NLP_NPR_2B_DISC (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nportdisc.c | 1277 test_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag) && in lpfc_rcv_plogi_plogi_issue() 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() 1634 if (test_and_clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag)) { in lpfc_rcv_plogi_adisc_issue() 1762 if (test_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag)) { in lpfc_device_rm_adisc_issue() 1791 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_adisc_issue() 2028 if (test_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag)) { in lpfc_device_rm_reglogin_issue() 2057 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_device_recov_reglogin_issue() 2317 if (test_bit(NLP_NPR_2B_DISC, in lpfc_device_rm_prli_issue() [all...] |
H A D | lpfc_hbadisc.c | 264 * NLP_NPR_2B_DISC state, don't turn off the flag. in lpfc_dev_loss_tmo_callbk() 267 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk() 4339 clear_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_mbx_cmpl_ns_reg_login() 5676 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_setup_disc_node() 5713 set_bit(NLP_NPR_2B_DISC, &ndlp->nlp_flag); in lpfc_setup_disc_node() 5746 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/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 760 NLP_NPR_2B_DISC bit since rcv plogi logic will force NPort thru
|