Searched refs:portRspPut (Results 1 – 1 of 1) sorted by relevance
4002 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local4016 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()4017 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()4029 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()4143 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()4144 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()4386 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local4399 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()4400 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()4408 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()[all …]