mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-22 23:39:13 +00:00
555.58
This commit is contained in:
@@ -17,9 +17,9 @@ extern const PRB_MSG_DESC prb_messages_dcl[];
|
||||
|
||||
// Message maximum lengths
|
||||
// Does not include repeated fields, strings and byte arrays.
|
||||
#define DCL_ENGINES_LEN 130
|
||||
#define DCL_DCLMSG_LEN 567
|
||||
#define DCL_ERRORBLOCK_LEN 571
|
||||
#define DCL_ENGINES_LEN 136
|
||||
#define DCL_DCLMSG_LEN 573
|
||||
#define DCL_ERRORBLOCK_LEN 577
|
||||
|
||||
extern const PRB_FIELD_DESC prb_fields_dcl_engines[];
|
||||
|
||||
@@ -28,7 +28,7 @@ extern const PRB_FIELD_DESC prb_fields_dcl_engines[];
|
||||
#define DCL_ENGINES_ENG_MC (&prb_fields_dcl_engines[1])
|
||||
|
||||
// 'Engines' field lengths
|
||||
#define DCL_ENGINES_ENG_GPU_LEN 59
|
||||
#define DCL_ENGINES_ENG_GPU_LEN 65
|
||||
#define DCL_ENGINES_ENG_MC_LEN 69
|
||||
|
||||
extern const PRB_FIELD_DESC prb_fields_dcl_dclmsg[];
|
||||
@@ -49,7 +49,7 @@ extern const PRB_FIELD_DESC prb_fields_dcl_dclmsg[];
|
||||
#define DCL_DCLMSG_JOURNAL_BADREAD_LEN 70
|
||||
#define DCL_DCLMSG_JOURNAL_BUGCHECK_LEN 69
|
||||
#define DCL_DCLMSG_RCCOUNTER_LEN 64
|
||||
#define DCL_DCLMSG_ENGINE_LEN 133
|
||||
#define DCL_DCLMSG_ENGINE_LEN 139
|
||||
|
||||
extern const PRB_FIELD_DESC prb_fields_dcl_errorblock[];
|
||||
|
||||
@@ -57,7 +57,7 @@ extern const PRB_FIELD_DESC prb_fields_dcl_errorblock[];
|
||||
#define DCL_ERRORBLOCK_DATA (&prb_fields_dcl_errorblock[0])
|
||||
|
||||
// 'ErrorBlock' field lengths
|
||||
#define DCL_ERRORBLOCK_DATA_LEN 570
|
||||
#define DCL_ERRORBLOCK_DATA_LEN 576
|
||||
|
||||
extern const PRB_SERVICE_DESC prb_services_dcl[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user