Searched refs:res_getblock (Results 1 – 2 of 2) sorted by relevance
643 MI_StoreLE32(&format->res_getblock.id, id); in WBTi_TryCreateResponse()644 MI_StoreLE32(&format->res_getblock.index, (u32)block_seq_no); in WBTi_TryCreateResponse()645 WBTi_CopySafeMemory(data_ptr, &format->res_getblock + 1, (u32)packet); in WBTi_TryCreateResponse()647 sizeof(format->res_getblock) + packet); in WBTi_TryCreateResponse()673 MI_StoreLE32(&format->res_getblock.id, id); in WBTi_TryCreateResponse()674 MI_StoreLE32(&format->res_getblock.index, (u32)index); in WBTi_TryCreateResponse()675 WBTi_CopySafeMemory(data_ptr, &format->res_getblock + 1, (u32)packet); in WBTi_TryCreateResponse()676 … ret_size = (int /* Temporary */ )(sizeof(format->header) + sizeof(format->res_getblock) + in WBTi_TryCreateResponse()1218 u32 id = MI_LoadLE32(&format->res_getblock.id); in WBT_CallPacketRecvHook()1219 s32 index = (s32)MI_LoadLE32(&format->res_getblock.index); in WBT_CallPacketRecvHook()[all …]
122 WBTPacketResponseGetBlockFormat res_getblock; member