Searched refs:nlp_defer_did (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 162 uint32_t nlp_defer_did; member
|
D | lpfc_hbadisc.c | 4995 ndlp->nlp_defer_did = NLP_EVT_NOTHING_PENDING; in lpfc_initialize_node() 5244 (ndlp->nlp_defer_did != NLP_EVT_NOTHING_PENDING)) { in lpfc_nlp_logo_unreg() 5249 ndlp->nlp_defer_did, ndlp); in lpfc_nlp_logo_unreg() 5252 ndlp->nlp_defer_did = NLP_EVT_NOTHING_PENDING; in lpfc_nlp_logo_unreg() 5353 ndlp->nlp_defer_did, in lpfc_unreg_rpi()
|
D | lpfc_sli.c | 2903 ndlp->nlp_flag, ndlp->nlp_defer_did, in lpfc_sli_def_mbox_cmpl() 2907 (ndlp->nlp_defer_did != NLP_EVT_NOTHING_PENDING)) { in lpfc_sli_def_mbox_cmpl() 2909 ndlp->nlp_defer_did = NLP_EVT_NOTHING_PENDING; in lpfc_sli_def_mbox_cmpl() 2974 ndlp->nlp_DID, ndlp->nlp_defer_did, in lpfc_sli4_unreg_rpi_cmpl_clr() 2983 (ndlp->nlp_defer_did != in lpfc_sli4_unreg_rpi_cmpl_clr() 2991 ndlp->nlp_defer_did, ndlp); in lpfc_sli4_unreg_rpi_cmpl_clr() 2993 ndlp->nlp_defer_did = in lpfc_sli4_unreg_rpi_cmpl_clr()
|
D | lpfc_debugfs.c | 906 if (ndlp->nlp_defer_did != NLP_EVT_NOTHING_PENDING) in lpfc_debugfs_nodelist_data() 908 ndlp->nlp_defer_did); in lpfc_debugfs_nodelist_data()
|
D | lpfc_nportdisc.c | 1082 ndlp->nlp_defer_did, in lpfc_release_rpi()
|
D | lpfc_els.c | 2187 ndlp->nlp_defer_did, ndlp->nlp_DID, in lpfc_issue_els_plogi() 2191 if (ndlp->nlp_defer_did == NLP_EVT_NOTHING_PENDING) in lpfc_issue_els_plogi() 2192 ndlp->nlp_defer_did = did; in lpfc_issue_els_plogi()
|