Home
last modified time | relevance | path

Searched refs:WBT_CMD_REQ_GET_BLOCKINFO (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.3.1/build/libraries/wbt/common/src/
Dwbt_context.c384 case WBT_CMD_REQ_GET_BLOCKINFO: in WBTi_SwitchNextCommand()
653 else if (command == WBT_CMD_REQ_GET_BLOCKINFO) in WBTi_TryCreateResponse()
724 case WBT_CMD_REQ_GET_BLOCKINFO: in WBTi_CheckRequest()
850 if (WBT_CMD_REQ_GET_BLOCKINFO == token->token_command) in WBTi_CheckBlockResponse()
853 WBTi_TryCreateResponse(work, aid, buffer, length, WBT_CMD_REQ_GET_BLOCKINFO, in WBTi_CheckBlockResponse()
905 WBT_CMD_REQ_GET_BLOCKINFO, in WBT_CallPacketSendHook()
1139 (command == WBT_CMD_REQ_GET_BLOCKINFO)) in WBT_CallPacketRecvHook()
1216 (current->command == WBT_CMD_REQ_GET_BLOCKINFO)) in WBT_CallPacketRecvHook()
1258 (current->command == WBT_CMD_REQ_GET_BLOCKINFO)) in WBT_CallPacketRecvHook()
1291 if ((command != WBT_CMD_REQ_GET_BLOCK) && (command != WBT_CMD_REQ_GET_BLOCKINFO)) in WBT_CallPacketRecvHook()
[all …]
/TwlSDK-5.3.1/include/nitro/
Dwbt.h80 WBT_CMD_REQ_GET_BLOCKINFO, enumerator
/TwlSDK-5.3.1/include/nitro/wbt/
Dcontext.h563 list->command.command = WBT_CMD_REQ_GET_BLOCKINFO; in WBT_CreateCommandINFO()