Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nvme_dim_args - Arguments for the Discovery Information Management (DIM) command

SYNOPSIS

struct nvme_dim_args {
__u32 *result;
void *data;
int args_size;
int fd;
__u32 timeout;
__u32 data_len;
__u8 tas;
};

Members

Set on completion to the command's CQE DWORD 0 controller response.
Pointer to the DIM data
Length of the structure
File descriptor of nvme device
Timeout in ms
Length of data
Task field of the Command Dword 10 (cdw10)
struct nvme_dim_args November 2025