Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_set_property_args - Arguments for NVMe Set Property command

SYNOPSIS

struct nvme_set_property_args {
__u64 value;
__u32 *result;
int args_size;
int fd;
__u32 timeout;
int offset;
};

Members

The value to set the property
The command completion result from CQE dword0
Size of struct nvme_set_property_args
File descriptor of nvme device
Timeout in ms
Property offset from the base to set
struct nvme_set_property_args December 2025