Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c2153 struct lpfc_nvme_prli *nvpr; in lpfc_cmpl_prli_prli_issue() local
2168 nvpr = NULL; in lpfc_cmpl_prli_prli_issue()
2173 nvpr = (struct lpfc_nvme_prli *) temp_ptr; in lpfc_cmpl_prli_prli_issue()
2184 if (nvpr) in lpfc_cmpl_prli_prli_issue()
2217 } else if (nvpr && in lpfc_cmpl_prli_prli_issue()
2218 (bf_get_be32(prli_acc_rsp_code, nvpr) == in lpfc_cmpl_prli_prli_issue()
2220 (bf_get_be32(prli_type_code, nvpr) == in lpfc_cmpl_prli_prli_issue()
2224 if (bf_get_be32(prli_init, nvpr)) in lpfc_cmpl_prli_prli_issue()
2227 if (phba->nsler && bf_get_be32(prli_nsler, nvpr) && in lpfc_cmpl_prli_prli_issue()
2228 bf_get_be32(prli_conf, nvpr)) in lpfc_cmpl_prli_prli_issue()
[all …]