Searched defs:rte_tm_error (Results 1 – 1 of 1) sorted by relevance
1224 struct rte_tm_error { struct1225 enum rte_tm_error_type type; /**< Cause field and error type. */ argument1226 const void *cause; /**< Object responsible for the error. */1227 const char *message; /**< Human-readable error message. */