1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_feat_host_behavior - Host Behavior Support - Data Structure
7
SYNOPSIS
9struct nvme_feat_host_behavior {
10__u8 acre;
11__u8 rsvd1[511];
12};
1314
Members
16acre Advanced Command Retry Enable
1718
rsvd1 Reserved
1920
21
22
April 2023 struct nvme_feat_host_behavior libnvme(9)