Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_zns_mgmt_send_args - Arguments for the NVMe ZNS Management Send command

SYNOPSIS

struct nvme_zns_mgmt_send_args {
__u64 slba;
__u32 *result;
void *data;
int args_size;
int fd;
__u32 timeout;
__u32 nsid;
enum nvme_zns_send_action zsa;
__u32 data_len;
bool select_all;
__u8 zsaso;
};

Members

Starting logical block address
The command completion result from CQE dword0
Userspace address of the data
Size of struct nvme_zns_mgmt_send_args
File descriptor of nvme device
timeout in ms
Namespace ID
Zone send action
Length of data
Select all flag
Zone Send Action Specific Option
struct nvme_zns_mgmt_send_args February 2026