Lines Matching refs:error

1165  * Verbose error types.
1171 RTE_TM_ERROR_TYPE_NONE, /**< No error. */
1208 * Verbose error structure definition.
1216 * Both cause and message may be NULL regardless of the error type.
1219 enum rte_tm_error_type type; /**< Cause field and error type. */
1220 const void *cause; /**< Object responsible for the error. */
1221 const char *message; /**< Human-readable error message. */
1236 * @param[out] error
1237 * Error details. Filled in only on error, when not NULL.
1239 * 0 on success, non-zero error code otherwise.
1244 struct rte_tm_error *error);
1260 * @param[out] error
1261 * Error details. Filled in only on error, when not NULL.
1263 * 0 on success, non-zero error code otherwise.
1269 struct rte_tm_error *error);
1278 * @param[out] error
1279 * Error details. Filled in only on error, when not NULL.
1281 * 0 on success, non-zero error code otherwise.
1286 struct rte_tm_error *error);
1298 * @param[out] error
1299 * Error details. Filled in only on error, when not NULL.
1301 * 0 on success, non-zero error code otherwise.
1307 struct rte_tm_error *error);
1318 * @param[out] error
1319 * Error details. Filled in only on error, when not NULL.
1321 * 0 on success, non-zero error code otherwise.
1327 struct rte_tm_error *error);
1341 * @param[out] error
1342 * Error details. Filled in only on error, when not NULL.
1344 * 0 on success, non-zero error code otherwise.
1352 struct rte_tm_error *error);
1364 * @param[out] error
1365 * Error details. Filled in only on error, when not NULL.
1367 * 0 on success, non-zero error code otherwise.
1374 struct rte_tm_error *error);
1395 * @param[out] error
1396 * Error details. Filled in only on error, when not NULL.
1398 * 0 on success, non-zero error code otherwise.
1406 struct rte_tm_error *error);
1419 * @param[out] error
1420 * Error details. Filled in only on error, when not NULL.
1422 * 0 on success, non-zero error code otherwise.
1429 struct rte_tm_error *error);
1443 * @param[out] error
1444 * Error details. Filled in only on error, when not NULL.
1446 * 0 on success, non-zero error code otherwise.
1454 struct rte_tm_error *error);
1466 * @param[out] error
1467 * Error details. Filled in only on error, when not NULL.
1469 * 0 on success, non-zero error code otherwise.
1476 struct rte_tm_error *error);
1495 * @param[out] error
1496 * Error details. Filled in only on error, when not NULL.
1498 * 0 on success, non-zero error code otherwise.
1506 struct rte_tm_error *error);
1518 * @param[out] error
1519 * Error details. Filled in only on error, when not NULL.
1521 * 0 on success, non-zero error code otherwise.
1528 struct rte_tm_error *error);
1583 * @param[out] error
1584 * Error details. Filled in only on error, when not NULL.
1586 * 0 on success, non-zero error code otherwise.
1601 struct rte_tm_error *error);
1608 * Each of the "out" parameters pointers (except error) may be passed as NULL if the
1612 * struct rte_tm_error error;
1613 * int ret = rte_tm_node_query(port, node_id, NULL, NULL, NULL, NULL, NULL, &error);
1634 * @param[out] error
1635 * Error details. Filled in only on error. Must not be NULL.
1637 * 0 on success, non-zero error code otherwise.
1650 struct rte_tm_error *error);
1668 * @param[out] error
1669 * Error details. Filled in only on error, when not NULL.
1671 * 0 on success, non-zero error code otherwise.
1678 struct rte_tm_error *error);
1691 * @param[out] error
1692 * Error details. Filled in only on error, when not NULL.
1694 * 0 on success, non-zero error code otherwise.
1702 struct rte_tm_error *error);
1714 * @param[out] error
1715 * Error details. Filled in only on error, when not NULL.
1717 * 0 on success, non-zero error code otherwise.
1725 struct rte_tm_error *error);
1755 * @param[out] error
1756 * Error details. Filled in only on error, when not NULL.
1758 * 0 on success, non-zero error code otherwise.
1766 struct rte_tm_error *error);
1795 * @param[out] error
1796 * Error details. Filled in only on error, when not NULL.
1798 * 0 on success, non-zero error code otherwise.
1809 struct rte_tm_error *error);
1825 * @param[out] error
1826 * Error details. Filled in only on error, when not NULL.
1828 * 0 on success, non-zero error code otherwise.
1836 struct rte_tm_error *error);
1852 * @param[out] error
1853 * Error details. Filled in only on error, when not NULL.
1855 * 0 on success, non-zero error code otherwise.
1864 struct rte_tm_error *error);
1878 * @param[out] error
1879 * Error details. Filled in only on error, when not NULL.
1881 * 0 on success, non-zero error code otherwise.
1890 struct rte_tm_error *error);
1906 * @param[out] error
1907 * Error details. Filled in only on error, when not NULL.
1909 * 0 on success, non-zero error code otherwise.
1919 struct rte_tm_error *error);
1930 * @param[out] error
1931 * Error details. Filled in only on error, when not NULL.
1933 * 0 on success, non-zero error code otherwise.
1941 struct rte_tm_error *error);
1954 * @param[out] error
1955 * Error details. Filled in only on error, when not NULL.
1957 * 0 on success, non-zero error code otherwise.
1965 struct rte_tm_error *error);
1979 * @param[out] error
1980 * Error details. Filled in only on error, when not NULL.
1982 * 0 on success, non-zero error code otherwise.
1991 struct rte_tm_error *error);
2011 * @param[out] error
2012 * Error details. Filled in only on error, when not NULL.
2014 * 0 on success, non-zero error code otherwise.
2024 struct rte_tm_error *error);
2048 * @param[out] error
2049 * Error details. Filled in only on error, when not NULL.
2051 * 0 on success, non-zero error code otherwise.
2060 struct rte_tm_error *error);
2097 * @param[out] error
2098 * Error details. Filled in only on error, when not NULL.
2100 * 0 on success, non-zero error code otherwise.
2110 struct rte_tm_error *error);
2146 * @param[out] error
2147 * Error details. Filled in only on error, when not NULL.
2149 * 0 on success, non-zero error code otherwise.
2158 struct rte_tm_error *error);