1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_fdp_config_fdpa - FDP Attributes
7
9 enum nvme_fdp_config_fdpa {
10 NVME_FDP_CONFIG_FDPA_RGIF_SHIFT ,
11 NVME_FDP_CONFIG_FDPA_RGIF_MASK ,
12 NVME_FDP_CONFIG_FDPA_FDPVWC_SHIFT ,
13 NVME_FDP_CONFIG_FDPA_FDPVWC_MASK ,
14 NVME_FDP_CONFIG_FDPA_VALID_SHIFT ,
15 NVME_FDP_CONFIG_FDPA_VALID_MASK
16
17 };
18
20 NVME_FDP_CONFIG_FDPA_RGIF_SHIFT
21 Reclaim Group Identifier Format Shift
22
23 NVME_FDP_CONFIG_FDPA_RGIF_MASK
24 Reclaim Group Identifier Format Mask
25
26 NVME_FDP_CONFIG_FDPA_FDPVWC_SHIFT
27 FDP Volatile Write Cache Shift
28
29 NVME_FDP_CONFIG_FDPA_FDPVWC_MASK
30 FDP Volatile Write Cache Mask
31
32 NVME_FDP_CONFIG_FDPA_VALID_SHIFT
33 FDP Configuration Valid Shift
34
35 NVME_FDP_CONFIG_FDPA_VALID_MASK
36 FDP Configuration Valid Mask
37
38
39
40October 2023 enum nvme_fdp_config_fdpa libnvme(9)