1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_dim_args - Arguments for the Discovery Information Manageā
7 ment (DIM) command
8
10 struct nvme_dim_args {
11 __u32 *result;
12 void *data;
13 int args_size;
14 int fd;
15 __u32 timeout;
16 __u32 data_len;
17 __u8 tas;
18 };
19
20
22 result Set on completion to the command's CQE DWORD 0 controller
23 response.
24
25 data Pointer to the DIM data
26
27 args_size Length of the structure
28
29 fd File descriptor of nvme device
30
31 timeout Timeout in ms
32
33 data_len Length of data
34
35 tas Task field of the Command Dword 10 (cdw10)
36
37
38
39April 2022 struct nvme_dim_args libnvme(9)