Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_nportdisc.c969 (npr->prliType == PRLI_NVME_TYPE)) { in lpfc_rcv_prli()
973 if (npr->prliType == PRLI_NVME_TYPE) in lpfc_rcv_prli()
979 if (npr->prliType == PRLI_NVME_TYPE) in lpfc_rcv_prli()
998 if (phba->nvmet_support && (npr->prliType == PRLI_NVME_TYPE)) { in lpfc_rcv_prli()
2205 PRLI_NVME_TYPE)) { in lpfc_cmpl_prli_prli_issue()
Dlpfc_els.c2530 bf_set(prli_type_code, npr_nvme, PRLI_NVME_TYPE); in lpfc_issue_els_prli()
6060 } else if (prli_fc4_req == PRLI_NVME_TYPE) { in lpfc_els_rsp_prli_acc()
6123 } else if (prli_fc4_req == PRLI_NVME_TYPE) { in lpfc_els_rsp_prli_acc()
6126 bf_set(prli_type_code, npr_nvme, PRLI_NVME_TYPE); in lpfc_els_rsp_prli_acc()
Dlpfc_hw.h740 #define PRLI_NVME_TYPE 0x28 macro