Lines Matching defs:cbReplyParametersLeft

375     uint8_t                         cbReplyParametersLeft;
1700 pBusLogic->cbReplyParametersLeft = 0;
1711 pBusLogic->cbReplyParametersLeft = sizeof(ReplyInquirePCIHostAdapterInformation);
1723 pBusLogic->cbReplyParametersLeft = 0;
1742 pBusLogic->cbReplyParametersLeft = 4; /* Reply is 4 bytes long */
1748 pBusLogic->cbReplyParametersLeft = 1;
1754 pBusLogic->cbReplyParametersLeft = 1;
1771 pBusLogic->cbReplyParametersLeft = 0;
1795 pBusLogic->cbReplyParametersLeft = 4;
1804 pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[0];
1805 memset(pBusLogic->aReplyBuffer, ' ', pBusLogic->cbReplyParametersLeft);
1807 int cCharsToTransfer = (pBusLogic->cbReplyParametersLeft <= (sizeof(aModelName) - 1))
1808 ? pBusLogic->cbReplyParametersLeft
1820 pBusLogic->cbReplyParametersLeft = sizeof(ReplyInquireConfiguration);
1852 pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[0];
1871 pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[0];
1893 pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[1];
1915 pBusLogic->cbReplyParametersLeft = 0;
1934 pBusLogic->cbReplyParametersLeft = 0;
1946 pBusLogic->cbReplyParametersLeft = 0;
1958 pBusLogic->cbReplyParametersLeft = 0;
1972 pBusLogic->cbReplyParametersLeft = 8;
1982 pBusLogic->cbReplyParametersLeft = 8;
1996 pBusLogic->cbReplyParametersLeft = 2;
2001 pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[0];
2003 for (uint8_t i = 0; i < pBusLogic->cbReplyParametersLeft; i++)
2021 pBusLogic->cbReplyParametersLeft = 1;
2026 pBusLogic->cbReplyParametersLeft = 0;
2033 pBusLogic->cbReplyParametersLeft = 0;
2040 pBusLogic->cbReplyParametersLeft = 0;
2050 pBusLogic->cbReplyParametersLeft = 0;
2065 pBusLogic->cbReplyParametersLeft = 0;
2083 pBusLogic->cbReplyParametersLeft = 0;
2090 Log(("uOperationCode=%#x, cbReplyParametersLeft=%d\n", pBusLogic->uOperationCode, pBusLogic->cbReplyParametersLeft));
2093 if (pBusLogic->cbReplyParametersLeft)
2152 if (pBusLogic->cbReplyParametersLeft)
2155 pBusLogic->cbReplyParametersLeft--;
2156 if (!pBusLogic->cbReplyParametersLeft)
2165 LogFlowFunc(("data=%02x, iReply=%d, cbReplyParametersLeft=%u\n", *pu32,
2166 pBusLogic->iReply, pBusLogic->cbReplyParametersLeft));
3214 SSMR3PutU8 (pSSM, pBusLogic->cbReplyParametersLeft);
3326 SSMR3GetU8 (pSSM, &pBusLogic->cbReplyParametersLeft);