Lines Matching defs:cmdQ

238     AuxCmdQ             cmdQ;
408 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_BAT_OK);
409 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, 0);
597 ps2kClearQueue((GeneriQ *)&pThis->cmdQ);
606 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, cmd);
621 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
626 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
632 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
633 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, u8Val);
634 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, pThis->u8Resolution);
635 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, pThis->u8SampleRate);
640 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
644 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
645 ps2mReportAccumulatedEvents(pThis, (GeneriQ *)&pThis->cmdQ, false);
651 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
657 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
662 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
666 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
667 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, pThis->enmProtocol);
678 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
683 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
688 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
699 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
713 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
725 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
734 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ERROR);
740 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_RESEND);
751 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
760 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ERROR);
766 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_RESEND);
789 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_RESEND);
818 rc = ps2kRemoveQueue((GeneriQ *)&pThis->cmdQ, pb);
906 pThis->cmdQ.cUsed, pThis->cmdQ.cSize);
1092 ps2kSaveQueue(pSSM, (GeneriQ *)&pThis->cmdQ);
1122 rc = ps2kLoadQueue(pSSM, (GeneriQ *)&pThis->cmdQ);
1161 ps2kClearQueue((GeneriQ *)&pThis->cmdQ);
1187 pThis->cmdQ.cSize = AUX_CMD_QUEUE_SIZE;