Searched refs:NLP_WAIT_FOR_LOGO (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/scsi/lpfc/ |
D | lpfc_vport.c | 495 if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags) && in lpfc_send_npiv_logo() 500 set_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_send_npiv_logo() 506 !test_bit(NLP_WAIT_FOR_LOGO, in lpfc_send_npiv_logo() 510 if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_send_npiv_logo() 520 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_send_npiv_logo()
|
D | lpfc_disc.h | 92 NLP_WAIT_FOR_LOGO, enumerator
|
D | lpfc_scsi.c | 6129 if (!test_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags) && in lpfc_target_reset_handler() 6135 set_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags); in lpfc_target_reset_handler() 6138 !test_bit(NLP_WAIT_FOR_LOGO, in lpfc_target_reset_handler() 6143 if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, in lpfc_target_reset_handler()
|
D | lpfc_els.c | 2991 if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_cmpl_els_logo() 11508 if (test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) { in lpfc_cmpl_els_npiv_logo() 11514 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_cmpl_els_npiv_logo()
|