EndpointAttr

Function

Defines the endpoint attributes.

Prototype

typedef  enum {
    ENDPOINT_ATTR_INVALID = -1, /* Invalid attribute */
    ENDPOINT_ATTR_BW_COEFF = 0, /* Bandwidth attribute */
    ENDPOINT_ATTR_DIE_ID = 1,   /* DIE ID */
    ENDPOINT_ATTR_LOCATION = 2, /* Endpoint location */
} EndpointAttr;