diff options
Diffstat (limited to 'doc/man/nvme_timestamp.2')
-rw-r--r-- | doc/man/nvme_timestamp.2 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/man/nvme_timestamp.2 b/doc/man/nvme_timestamp.2 new file mode 100644 index 0000000..9012a8c --- /dev/null +++ b/doc/man/nvme_timestamp.2 @@ -0,0 +1,23 @@ +.TH "libnvme" 9 "struct nvme_timestamp" "February 2024" "API Manual" LINUX +.SH NAME +struct nvme_timestamp \- Timestamp - Data Structure for Get Features +.SH SYNOPSIS +struct nvme_timestamp { +.br +.BI " __u8 timestamp[6];" +.br +.BI " __u8 attr;" +.br +.BI " __u8 rsvd;" +.br +.BI " +}; +.br + +.SH Members +.IP "timestamp" 12 +Timestamp value based on origin and synch field +.IP "attr" 12 +Attribute +.IP "rsvd" 12 +Reserved |