Lines Matching defs:portRspPut
3898 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
3902 "0312 Ring %d handler: portRspPut %d "
3998 uint32_t portRspPut, portRspMax;
4012 portRspPut = le32_to_cpu(pgp->rspPutInx);
4013 if (unlikely(portRspPut >= portRspMax)) {
4025 while (pring->sli.sli3.rspidx != portRspPut) {
4139 if (pring->sli.sli3.rspidx == portRspPut)
4140 portRspPut = le32_to_cpu(pgp->rspPutInx);
4382 uint32_t portRspPut, portRspMax;
4395 portRspPut = le32_to_cpu(pgp->rspPutInx);
4396 if (portRspPut >= portRspMax) {
4398 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
4402 "0303 Ring %d handler: portRspPut %d "
4404 pring->ringno, portRspPut, portRspMax);
4416 while (pring->sli.sli3.rspidx != portRspPut) {
4468 if (pring->sli.sli3.rspidx == portRspPut) {
4469 portRspPut = le32_to_cpu(pgp->rspPutInx);
4471 } /* while (pring->sli.sli3.rspidx != portRspPut) */