Searched refs:sInstructions (Results 1 – 2 of 2) sorted by relevance
123 uint32_t sInstructions[ECHANGE_BUFFER_INSTRUCTIONS_NB]; member884 …int32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions); in runSession()896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()897 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()935 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()
127 uint32_t sInstructions[ECHANGE_BUFFER_INSTRUCTIONS_NB]; member1002 …int32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions); in runSession()1014 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()1015 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()1053 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()