mvQueuedCommandEntry
struct mvQueuedCommandEntry *next;
struct mvQueuedCommandEntry *prev;
struct mvQueuedCommandEntry commandsQueue[CHANNEL_QUEUE_LENGTH];
struct mvQueuedCommandEntry *commandsQueueHead;
struct mvQueuedCommandEntry *commandsQueueTail;