Searched refs:NLP_WAIT_FOR_LOGO (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A 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()
|
| H A D | lpfc_disc.h | 97 NLP_WAIT_FOR_LOGO, enumerator
|
| H A D | lpfc_scsi.c | 6139 if (!test_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags) && in lpfc_target_reset_handler() 6145 set_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags); in lpfc_target_reset_handler() 6148 !test_bit(NLP_WAIT_FOR_LOGO, in lpfc_target_reset_handler() 6152 if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, in lpfc_target_reset_handler()
|
| H A D | lpfc_els.c | 3083 if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_cmpl_els_logo() 11677 if (test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) { in lpfc_cmpl_els_npiv_logo() 11683 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_cmpl_els_npiv_logo()
|