Searched refs:portRspPut (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c2872 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than lpfc_sli_rsp_pointers_error()
2876 "0312 Ring %d handler: portRspPut %d " lpfc_sli_rsp_pointers_error()
2970 uint32_t portRspPut, portRspMax; lpfc_sli_handle_fast_ring_event() local
2984 portRspPut = le32_to_cpu(pgp->rspPutInx); lpfc_sli_handle_fast_ring_event()
2985 if (unlikely(portRspPut >= portRspMax)) { lpfc_sli_handle_fast_ring_event()
2997 while (pring->sli.sli3.rspidx != portRspPut) { lpfc_sli_handle_fast_ring_event()
3112 if (pring->sli.sli3.rspidx == portRspPut) lpfc_sli_handle_fast_ring_event()
3113 portRspPut = le32_to_cpu(pgp->rspPutInx); lpfc_sli_handle_fast_ring_event()
3348 uint32_t portRspPut, portRspMax; lpfc_sli_handle_slow_ring_event_s3() local
3361 portRspPut = le32_to_cpu(pgp->rspPutInx); lpfc_sli_handle_slow_ring_event_s3()
3362 if (portRspPut >= portRspMax) { lpfc_sli_handle_slow_ring_event_s3()
3364 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than lpfc_sli_handle_slow_ring_event_s3()
3368 "0303 Ring %d handler: portRspPut %d " lpfc_sli_handle_slow_ring_event_s3()
3370 pring->ringno, portRspPut, portRspMax); lpfc_sli_handle_slow_ring_event_s3()
3382 while (pring->sli.sli3.rspidx != portRspPut) { lpfc_sli_handle_slow_ring_event_s3()
3434 if (pring->sli.sli3.rspidx == portRspPut) { lpfc_sli_handle_slow_ring_event_s3()
3435 portRspPut = le32_to_cpu(pgp->rspPutInx); lpfc_sli_handle_slow_ring_event_s3()
3437 } /* while (pring->sli.sli3.rspidx != portRspPut) */ lpfc_sli_handle_slow_ring_event_s3()

Completed in 127 milliseconds