File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2944,6 +2944,9 @@ enum nvme_cmd_get_log_telemetry_host_lsp {
29442944 * @dalb4: Telemetry Controller-Initiated Data Area 4 Last Block is
29452945 * the value of the last block in this area.
29462946 * @rsvd20: Reserved
2947+ * @hostdgn: Telemetry Host-Initiated Data Generation Number is a
2948+ * value that is incremented each time the host initiates a
2949+ * capture of its internal controller state in the controller .
29472950 * @ctrlavail: Telemetry Controller-Initiated Data Available, if cleared,
29482951 * then the controller telemetry log does not contain saved
29492952 * internal controller state. If this field is set to 1h, the
@@ -2971,7 +2974,8 @@ struct nvme_telemetry_log {
29712974 __le16 dalb3 ;
29722975 __u8 rsvd14 [2 ];
29732976 __le32 dalb4 ;
2974- __u8 rsvd20 [362 ];
2977+ __u8 rsvd20 [361 ];
2978+ __u8 hostdgn ;
29752979 __u8 ctrlavail ;
29762980 __u8 ctrldgn ;
29772981 __u8 rsnident [128 ];
You can’t perform that action at this time.
0 commit comments