Lines Matching refs:cbBefore
2090 uint32_t cbAfter, cbBefore;
2103 cbBefore = 0;
2109 cbBefore = offNextCmd - offFifoMin;
2115 cbBefore = 0;
2118 if (cbAfter + cbBefore < cbPayloadReq)
2132 cbPayloadReq, cbAfter + cbBefore, offCurrentCmd, offNextCmd, pFIFO[SVGA_FIFO_STOP], i));
2140 cbBefore = 0;
2145 cbBefore = RT_MAX(offNextCmd, offFifoMin) - offFifoMin;
2148 if (cbAfter + cbBefore >= cbPayloadReq)
2163 LogFlow(("Split data buffer at %x (%u-%u)\n", offCurrentCmd, cbAfter, cbBefore));