Home
last modified time | relevance | path

Searched refs:Fabric_DID_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c1115 if (((ndlp->nlp_DID & Fabric_DID_MASK) != Fabric_DID_MASK) && in lpfc_release_rpi()
H A Dlpfc_els.c2212 ((ndlp->nlp_DID & Fabric_DID_MASK) != Fabric_DID_MASK) && in lpfc_issue_els_plogi()
7862 if ((did & Fabric_DID_MASK) == Fabric_DID_MASK) in lpfc_rscn_payload_check()
10396 if ((did & Fabric_DID_MASK) == Fabric_DID_MASK) in lpfc_els_unsol_buffer()
H A Dlpfc_hbadisc.c511 if (ndlp->nlp_DID & Fabric_DID_MASK) { in lpfc_dev_loss_tmo_handler()
5357 if (((ndlp->nlp_DID & Fabric_DID_MASK) != in lpfc_unreg_rpi()
5358 Fabric_DID_MASK) && in lpfc_unreg_rpi()
H A Dlpfc_hw.h30 #define Fabric_DID_MASK 0xfff000U macro