struct nvme_perf_characteristics - Performance attribute structure
Contents
Members
{unnamed_union}
anonymous
std_perf Standard performance attribute
id_list Performance attribute identifier list
vs_perf Vendor specific performance attribute
attr_buf Attribute buffer
May 2025 struct nvme_perf_characteristics libnvme(2)
Name
struct nvme_perf_characteristics - Performance attribute structure
Synopsis
struct nvme_perf_characteristics {
union{structnvme_std_perf_attrstd_perf[0];structnvme_perf_attr_id_listid_list[0];structnvme_vs_perf_attrvs_perf[0];__u8attr_buf[4096];};
};
