Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_io_mgmt_send_args - Arguments for the NVMe I/O Management Send command

SYNOPSIS

struct nvme_io_mgmt_send_args {
void *data;
int args_size;
int fd;
__u32 nsid;
__u32 data_len;
__u32 timeout;
__u16 mos;
__u8 mo;
};

Members

Userspace address of the data
Size of struct nvme_io_mgmt_send_args
File descriptor of nvme device
Namespace identifier
Length of data
Timeout in ms
Management Operation Specific
Management Operation
struct nvme_io_mgmt_send_args December 2025