other versions
- bookworm 1.3-1+deb12u1
- testing 1.13-2
- unstable 1.13-2
- experimental 1.15-1
| libnvme(2) | API Manual | libnvme(2) |
NAME¶
enum nvme_directive_types - Directives Supported or Enabled
SYNOPSIS¶
enum nvme_directive_types {
NVME_ID_DIR_ID_BIT ,
NVME_ID_DIR_SD_BIT
};
Constants¶
- NVME_ID_DIR_ID_BIT
- Identify directive is supported
- NVME_ID_DIR_SD_BIT
- Streams directive is supported
| enum nvme_directive_types | April 2024 |