Identify Controller data NVMe over Fabrics-specific fields. More...
#include <nvme_spec.h>
Data Fields | ||
uint32_t | ioccsz | |
I/O queue command capsule supported size (16-byte units) | ||
uint32_t | iorcsz | |
I/O queue response capsule supported size (16-byte units) | ||
uint16_t | icdoff | |
In-capsule data offset (16-byte units) | ||
struct { | ||
uint8_t ctrlr_model: 1 | ||
Controller model: spdk_nvmf_ctrlr_model. | ||
uint8_t reserved: 7 | ||
} | ctrattr | |
Controller attributes. | ||
uint8_t | msdbd | |
Maximum SGL block descriptors (0 = no limit) | ||
struct { | ||
uint16_t disconnect: 1 | ||
Support disconnect command and individual I/O queue deletion. | ||
uint16_t reserved: 15 | ||
} | ofcs | |
Optional fabric commands supported. | ||
Identify Controller data NVMe over Fabrics-specific fields.