Searched refs:DataSize (Results 1 – 3 of 3) sorted by relevance
61 * │ UINT32 DataSize ← Size of Data[] array below │64 * │ Context Data[] (DataSize bytes) │918 sizeof(EFI_NVIDIA_EVENT_CTX_HEADER) + ctx->DataSize; in parse_gpu_ctx_recommended_actions_to_ir() 929 UINT32 data_size = ctx->DataSize;998 UINT8 *data_end = (UINT8 *)ctx->Data + ctx->DataSize; in parse_common_ctx_type0_to_ir() 1009 ctx->DataSize / sizeof(EFI_NVIDIA_EVENT_CTX_DATA_TYPE_1);1100 UINT8 *data_end = (UINT8 *)ctx->Data + ctx->DataSize;1111 ctx->DataSize / sizeof(EFI_NVIDIA_EVENT_CTX_DATA_TYPE_2); in parse_common_ctx_type1_to_bin() 1202 UINT8 *data_end = (UINT8 *)ctx->Data + ctx->DataSize;1213 ctx->DataSize / sizeo in parse_common_ctx_type2_to_bin() [all...]
61 UINT32 DataSize; member
246 ctx_header->DataSize = (UINT32)context_data_sizes[i]; in generate_section_nvidia_events()