1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_set_property_args - Arguments for NVMe Set Property command
7
9 struct nvme_set_property_args {
10 __u64 value;
11 __u32 *result;
12 int args_size;
13 int fd;
14 __u32 timeout;
15 int offset;
16 };
17
18
20 value The value to set the property
21
22 result The command completion result from CQE dword0
23
24 args_size Size of struct nvme_set_property_args
25
26 fd File descriptor of nvme device
27
28 timeout Timeout in ms
29
30 offset Property offset from the base to set
31
32
33
34April 2022 struct nvme_set_property_args libnvme(9)