Searched refs:print_err (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 21 #define PRINT_ERR(...) print_err(__func__, __LINE__, __VA_ARGS__) 25 print_err(const char *func, int lineno, const char *format, ...) in print_err() function
|
| /dpdk/app/test/ |
| H A D | test_dmadev.c | 19 #define ERR_RETURN(...) do { print_err(__func__, __LINE__, __VA_ARGS__); return -1; } while (0) 28 print_err(const char *func, int lineno, const char *format, ...) in print_err() function
|