Searched refs:portRspPut (Results 1 – 1 of 1) sorted by relevance
3996 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local4010 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()4011 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()4023 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()4137 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()4138 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()4380 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local4393 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()4394 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()4402 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()[all …]