Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c1010 (npr->prliType == PRLI_NVME_TYPE)) { in lpfc_rcv_prli()
1014 if (npr->prliType == PRLI_NVME_TYPE) in lpfc_rcv_prli()
1020 if (npr->prliType == PRLI_NVME_TYPE) in lpfc_rcv_prli()
1039 if (phba->nvmet_support && (npr->prliType == PRLI_NVME_TYPE)) { in lpfc_rcv_prli()
2240 PRLI_NVME_TYPE)) { in lpfc_cmpl_prli_prli_issue()
H A Dlpfc_els.c2579 bf_set(prli_type_code, npr_nvme, PRLI_NVME_TYPE); in lpfc_issue_els_prli()
6129 } else if (prli_fc4_req == PRLI_NVME_TYPE) { in lpfc_els_rsp_prli_acc()
6206 } else if (prli_fc4_req == PRLI_NVME_TYPE) { in lpfc_els_rsp_prli_acc()
6209 bf_set(prli_type_code, npr_nvme, PRLI_NVME_TYPE); in lpfc_els_rsp_prli_acc()
H A Dlpfc_hw.h761 #define PRLI_NVME_TYPE 0x28 macro