nvme_zns_mgmt_send_args - Man Page

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

slba

Starting logical block address

result

The command completion result from CQE dword0

data

Userspace address of the data

args_size

Size of struct nvme_zns_mgmt_send_args

fd

File descriptor of nvme device

timeout

timeout in ms

nsid

Namespace ID

zsa

Zone send action

data_len

Length of data

select_all

Select all flag

zsaso

Zone Send Action Specific Option

Info

struct nvme_zns_mgmt_send_args December 2025 API Manual