/* Feature commands capability supported by a device */ enum cxl_features_capability {
CXL_FEATURES_NONE = 0,
CXL_FEATURES_RO,
CXL_FEATURES_RW,
};
/** * struct cxl_features_state - The Features state for the device * @cxlds: Pointer to CXL device state * @entries: CXl feature entry context
*/ struct cxl_features_state { struct cxl_dev_state *cxlds; struct cxl_feat_entries { int num_features; int num_user_features; struct cxl_feat_entry ent[] __counted_by(num_features);
} *entries;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.