Home
last modified time | relevance | path

Searched refs:NLP_WAIT_FOR_LOGO (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_disc.h148 #define NLP_WAIT_FOR_LOGO 0x2 macro
Dlpfc_scsi.c6458 if (!(pnode->upcall_flags & NLP_WAIT_FOR_LOGO) && in lpfc_target_reset_handler()
6463 pnode->upcall_flags |= NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
6468 NLP_WAIT_FOR_LOGO)), in lpfc_target_reset_handler()
6472 if (pnode->upcall_flags & NLP_WAIT_FOR_LOGO) { in lpfc_target_reset_handler()
6479 pnode->upcall_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
Dlpfc_els.c2902 if (ndlp->upcall_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_logo()
2904 ndlp->upcall_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_logo()