Lines Matching defs:portRspPut
3390 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
3394 "0312 Ring %d handler: portRspPut %d "
3488 uint32_t portRspPut, portRspMax;
3502 portRspPut = le32_to_cpu(pgp->rspPutInx);
3503 if (unlikely(portRspPut >= portRspMax)) {
3515 while (pring->sli.sli3.rspidx != portRspPut) {
3632 if (pring->sli.sli3.rspidx == portRspPut)
3633 portRspPut = le32_to_cpu(pgp->rspPutInx);
3871 uint32_t portRspPut, portRspMax;
3884 portRspPut = le32_to_cpu(pgp->rspPutInx);
3885 if (portRspPut >= portRspMax) {
3887 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
3891 "0303 Ring %d handler: portRspPut %d "
3893 pring->ringno, portRspPut, portRspMax);
3905 while (pring->sli.sli3.rspidx != portRspPut) {
3957 if (pring->sli.sli3.rspidx == portRspPut) {
3958 portRspPut = le32_to_cpu(pgp->rspPutInx);
3960 } /* while (pring->sli.sli3.rspidx != portRspPut) */