Lines Matching refs:portRspPut
3351 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
3365 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3366 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
3378 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()
3495 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
3496 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3734 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local
3747 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()
3748 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()
3756 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()
3768 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_slow_ring_event_s3()
3820 if (pring->sli.sli3.rspidx == portRspPut) { in lpfc_sli_handle_slow_ring_event_s3()
3821 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()