Identify Controller data Optional NVM Command Support.
More...
#include <nvme_spec.h>
|
|
union { | |
| |
|
uint16_t raw | |
| |
|
struct { | |
| |
|
uint16_t nvmcmps: 1 | |
| | Compare Command Support.
|
| |
|
uint16_t nvmwusv: 1 | |
| | Write Uncorrectable Support Variants.
|
| |
|
uint16_t nvmdsmsv: 1 | |
| | Dataset Management Support Variants.
|
| |
|
uint16_t nvmwzsv: 1 | |
| | Write Zeroes Support Variants.
|
| |
|
uint16_t ssfs: 1 | |
| | Save and Select Feature Support.
|
| |
|
uint16_t reservs: 1 | |
| | Reservations Support.
|
| |
|
uint16_t tss: 1 | |
| | Timestamp Support.
|
| |
|
uint16_t nvmvfys: 1 | |
| | Verify Support.
|
| |
|
uint16_t nvmcpys: 1 | |
| | Copy Support.
|
| |
|
uint16_t rsvd: 7 | |
| |
| } | | |
| |
| }; | | |
| |
Identify Controller data Optional NVM Command Support.
The documentation for this struct was generated from the following file: