Lines Matching refs:portRspPut
3286 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
3300 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3301 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
3313 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()
3428 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
3429 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3664 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local
3677 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()
3678 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()
3686 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()
3698 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_slow_ring_event_s3()
3750 if (pring->sli.sli3.rspidx == portRspPut) { in lpfc_sli_handle_slow_ring_event_s3()
3751 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()