Searched defs:RF_CmdQ_s (Results 1 – 1 of 1) sorted by relevance
312 struct RF_CmdQ_s{ struct313 List_List pPend; /* List of pending commands to be dispatched. */314 List_List pDone; /* List of executed commands to be served. */315 RF_Cmd* volatile pCurrCmdBg; /* Currently running command. */316 RF_Cmd* volatile pCurrCmdFg; /* Currently running foreground command. */317 RF_Cmd* volatile pCurrCmdCb; /* Command which callback to be invoked. */318 RF_CmdHandle volatile nSeqPost; /* Sequence # for previously posted command. */319 RF_CmdHandle volatile nSeqDone; /* Sequence # for last done command. */