Lines Matching refs:portRspPut
3998 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
4012 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4013 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
4025 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()
4139 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
4140 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4382 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local
4395 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()
4396 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()
4404 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()
4416 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_slow_ring_event_s3()
4468 if (pring->sli.sli3.rspidx == portRspPut) { in lpfc_sli_handle_slow_ring_event_s3()
4469 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()