Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.c3991 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
4005 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4006 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
4132 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
4133 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4375 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local
4388 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()
4389 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()
4397 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()
4461 if (pring->sli.sli3.rspidx == portRspPut) { in lpfc_sli_handle_slow_ring_event_s3()
[all …]