Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_sli.c3895 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
3909 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3910 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
3922 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()
4039 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
4040 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4278 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local
4291 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()
4292 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()
4300 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()
[all …]