Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_nportdisc.c968 if ((npr->prliType == PRLI_FCP_TYPE) || in lpfc_rcv_prli()
971 if (npr->prliType == PRLI_FCP_TYPE) in lpfc_rcv_prli()
977 if (npr->prliType == PRLI_FCP_TYPE) in lpfc_rcv_prli()
1006 if (npr->prliType == PRLI_FCP_TYPE && in lpfc_rcv_prli()
2186 (npr->prliType == PRLI_FCP_TYPE)) { in lpfc_cmpl_prli_prli_issue()
Dlpfc_els.c2516 npr->prliType = PRLI_FCP_TYPE; in lpfc_issue_els_prli()
6057 if (prli_fc4_req == PRLI_FCP_TYPE) { in lpfc_els_rsp_prli_acc()
6104 if (prli_fc4_req == PRLI_FCP_TYPE) { in lpfc_els_rsp_prli_acc()
6121 npr->prliType = PRLI_FCP_TYPE; in lpfc_els_rsp_prli_acc()
Dlpfc_hw.h739 #define PRLI_FCP_TYPE 0x08 macro