1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
|
.TH "libnvme" 9 "enum nvme_id_ctrl_oacs" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_id_ctrl_oacs \- Flags indicating the optional Admin commands and features supported by the controller, see &struct nvme_id_ctrl.oacs.
.SH SYNOPSIS
enum nvme_id_ctrl_oacs {
.br
.BI " NVME_CTRL_OACS_SSRS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_FNVMS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_FWDS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_NMS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_DSTS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_DIRS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_NSRS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_VMS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_DBCS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_GLSS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_CFLS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_HMLMS_SHIFT"
,
.br
.br
.BI " NVME_CTRL_OACS_SSRS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_FNVMS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_FWDS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_NMS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_DSTS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_DIRS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_NSRS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_VMS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_DBCS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_GLSS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_CFLS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_HMLMS_MASK"
,
.br
.br
.BI " NVME_CTRL_OACS_SECURITY"
,
.br
.br
.BI " NVME_CTRL_OACS_FORMAT"
,
.br
.br
.BI " NVME_CTRL_OACS_FW"
,
.br
.br
.BI " NVME_CTRL_OACS_NS_MGMT"
,
.br
.br
.BI " NVME_CTRL_OACS_SELF_TEST"
,
.br
.br
.BI " NVME_CTRL_OACS_DIRECTIVES"
,
.br
.br
.BI " NVME_CTRL_OACS_NVME_MI"
,
.br
.br
.BI " NVME_CTRL_OACS_VIRT_MGMT"
,
.br
.br
.BI " NVME_CTRL_OACS_DBBUF_CFG"
,
.br
.br
.BI " NVME_CTRL_OACS_LBA_STATUS"
,
.br
.br
.BI " NVME_CTRL_OACS_CMD_FEAT_LD"
,
.br
.br
.BI " NVME_CTRL_OACS_HMLM"
};
.SH Constants
.IP "NVME_CTRL_OACS_SSRS_SHIFT" 12
Shift amount to get the Security Send Receive supported
.IP "NVME_CTRL_OACS_FNVMS_SHIFT" 12
Shift amount to get the Format NVM supported
.IP "NVME_CTRL_OACS_FWDS_SHIFT" 12
Shift amount to get the Firmware Download supported
.IP "NVME_CTRL_OACS_NMS_SHIFT" 12
Shift amount to get the Namespace Management supported
.IP "NVME_CTRL_OACS_DSTS_SHIFT" 12
Shift amount to get the Device Self-test supported
.IP "NVME_CTRL_OACS_DIRS_SHIFT" 12
Shift amount to get the Directives supported
.IP "NVME_CTRL_OACS_NSRS_SHIFT" 12
Shift amount to get the NVMe-MI Send Receive supported
.IP "NVME_CTRL_OACS_VMS_SHIFT" 12
Shift amount to get the Virtualization Management supported
.IP "NVME_CTRL_OACS_DBCS_SHIFT" 12
Shift amount to get the Doorbell Buffer Config supported
.IP "NVME_CTRL_OACS_GLSS_SHIFT" 12
Shift amount to get the Get LBA Status supported
.IP "NVME_CTRL_OACS_CFLS_SHIFT" 12
Shift amount to get the Command and Feature Lockdown supported
.IP "NVME_CTRL_OACS_HMLMS_SHIFT" 12
Shift amount to get the Host Managed Live Migration support
.IP "NVME_CTRL_OACS_SSRS_MASK" 12
Mask to get the Security Send Receive supported
.IP "NVME_CTRL_OACS_FNVMS_MASK" 12
Mask to get the Format NVM supported
.IP "NVME_CTRL_OACS_FWDS_MASK" 12
Mask to get the Firmware Download supported
.IP "NVME_CTRL_OACS_NMS_MASK" 12
Mask to get the Namespace Management supported
.IP "NVME_CTRL_OACS_DSTS_MASK" 12
Mask to get the Device Self-test supported
.IP "NVME_CTRL_OACS_DIRS_MASK" 12
Mask to get the Directives supported
.IP "NVME_CTRL_OACS_NSRS_MASK" 12
Mask to get the NVMe-MI Send Receive supported
.IP "NVME_CTRL_OACS_VMS_MASK" 12
Mask to get the Virtualization Management supported
.IP "NVME_CTRL_OACS_DBCS_MASK" 12
Mask to get the Doorbell Buffer Config supported
.IP "NVME_CTRL_OACS_GLSS_MASK" 12
Mask to get the Get LBA Status supported
.IP "NVME_CTRL_OACS_CFLS_MASK" 12
Mask to get the Command and Feature Lockdown supported
.IP "NVME_CTRL_OACS_HMLMS_MASK" 12
Mask to get the Host Managed Live Migration support
.IP "NVME_CTRL_OACS_SECURITY" 12
If set, then the controller supports the
Security Send and Security Receive commands.
.IP "NVME_CTRL_OACS_FORMAT" 12
If set then the controller supports the Format
NVM command.
.IP "NVME_CTRL_OACS_FW" 12
If set, then the controller supports the
Firmware Commit and Firmware Image Download commands.
.IP "NVME_CTRL_OACS_NS_MGMT" 12
If set, then the controller supports the
Namespace Management capability
.IP "NVME_CTRL_OACS_SELF_TEST" 12
If set, then the controller supports the Device
Self-test command.
.IP "NVME_CTRL_OACS_DIRECTIVES" 12
If set, then the controller supports Directives
and the Directive Send and Directive Receive
commands.
.IP "NVME_CTRL_OACS_NVME_MI" 12
If set, then the controller supports the NVMe-MI
Send and NVMe-MI Receive commands.
.IP "NVME_CTRL_OACS_VIRT_MGMT" 12
If set, then the controller supports the
Virtualization Management command.
.IP "NVME_CTRL_OACS_DBBUF_CFG" 12
If set, then the controller supports the
Doorbell Buffer Config command.
.IP "NVME_CTRL_OACS_LBA_STATUS" 12
If set, then the controller supports the Get LBA
Status capability.
.IP "NVME_CTRL_OACS_CMD_FEAT_LD" 12
If set, then the controller supports the command
and feature lockdown capability.
.IP "NVME_CTRL_OACS_HMLM" 12
If set, then the controller supports the command
and Host Managed Live Migration capability.
|