mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-06 13:50:06 +00:00
590.44.01
This commit is contained in:
@@ -20,8 +20,8 @@ extern const PRB_MSG_DESC prb_messages_dcl[];
|
||||
// Message maximum lengths
|
||||
// Does not include repeated fields, strings and byte arrays.
|
||||
#define DCL_ENGINES_LEN 142
|
||||
#define DCL_DCLMSG_LEN 2298
|
||||
#define DCL_ERRORBLOCK_LEN 2302
|
||||
#define DCL_DCLMSG_LEN 2394
|
||||
#define DCL_ERRORBLOCK_LEN 2398
|
||||
|
||||
extern const PRB_FIELD_DESC prb_fields_dcl_engines[];
|
||||
|
||||
@@ -47,6 +47,7 @@ extern const PRB_FIELD_DESC prb_fields_dcl_dclmsg[];
|
||||
#define DCL_DCLMSG_CRASHCAT_REPORT (&prb_fields_dcl_dclmsg[8])
|
||||
#define DCL_DCLMSG_GSP_RPCDEBUGINFO (&prb_fields_dcl_dclmsg[9])
|
||||
#define DCL_DCLMSG_GSP_XIDREPORT (&prb_fields_dcl_dclmsg[10])
|
||||
#define DCL_DCLMSG_GSP_RPCPERF (&prb_fields_dcl_dclmsg[11])
|
||||
|
||||
// 'DclMsg' field lengths
|
||||
#define DCL_DCLMSG_COMMON_LEN 42
|
||||
@@ -60,6 +61,7 @@ extern const PRB_FIELD_DESC prb_fields_dcl_dclmsg[];
|
||||
#define DCL_DCLMSG_CRASHCAT_REPORT_LEN 564
|
||||
#define DCL_DCLMSG_GSP_RPCDEBUGINFO_LEN 263
|
||||
#define DCL_DCLMSG_GSP_XIDREPORT_LEN 846
|
||||
#define DCL_DCLMSG_GSP_RPCPERF_LEN 95
|
||||
|
||||
extern const PRB_FIELD_DESC prb_fields_dcl_errorblock[];
|
||||
|
||||
@@ -67,7 +69,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 2301
|
||||
#define DCL_ERRORBLOCK_DATA_LEN 2397
|
||||
|
||||
extern const PRB_SERVICE_DESC prb_services_dcl[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user