Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_zns_mgmt_recv_args - Arguments for the NVMe ZNS Management Receive command

SYNOPSIS

struct nvme_zns_mgmt_recv_args {
__u64 slba;
__u32 *result;
void *data;
int args_size;
int fd;
__u32 timeout;
__u32 nsid;
enum nvme_zns_recv_action zra;
__u32 data_len;
__u16 zrasf;
bool zras_feat;
};

Members

Starting logical block address
The command completion result from CQE dword0
Userspace address of the data
Size of struct nvme_zns_mgmt_recv_args
File descriptor of nvme device
timeout in ms
Namespace ID
zone receive action
Length of data
Zone receive action specific field
Zone receive action specific features
struct nvme_zns_mgmt_recv_args December 2025