Searched refs:portRspPut (Results 1 – 1 of 1) sorted by relevance
3995 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local4009 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()4010 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()4022 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()4136 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()4137 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()4379 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local4392 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()4393 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()4401 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()[all …]