Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nvme_mi_control_req - The Control Primitive request.

SYNOPSIS

struct nvme_mi_control_req {
struct nvme_mi_msg_hdr hdr;
__u8 opcode;
__u8 tag;
__le16 cpsp;
};

Members

Generic MI message header
Control Primitive Opcodes (using enum nvme_mi_control_opcode)
flag - Opaque value passed from request to response
Control Primitive Specific Parameter
struct nvme_mi_control_req October 2024