spdk: Add ctratt field in identify controller data structure.
Add controller attriutes according spec. Change-Id: I3fa7639b848da83832c3760f05833d44a5af1686 Signed-off-by: Cunyin Chang <cunyin.chang@intel.com>
This commit is contained in:
parent
1d81cbc955
commit
43123aedbc
@ -737,7 +737,13 @@ struct __attribute__((packed)) spdk_nvme_ctrlr_data {
|
||||
/** optional asynchronous events supported */
|
||||
uint32_t oaes;
|
||||
|
||||
uint8_t reserved1[160];
|
||||
/** controller attributes */
|
||||
struct {
|
||||
uint32_t host_id_exhid_supported: 1;
|
||||
uint32_t reserved: 31;
|
||||
} ctratt;
|
||||
|
||||
uint8_t reserved1[156];
|
||||
|
||||
/* bytes 256-511: admin command set attributes */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user