| 291 | const char *name, uint64_t *id); |
| 292 | |
| 293 | static inline struct dsw_evdev * |
| 294 | dsw_pmd_priv(const struct rte_eventdev *eventdev) |
| 295 | { |
| 296 | return eventdev->data->dev_private; |
| 297 | } |
| 298 | |
| 299 | #define DSW_LOG_DP(level, fmt, args...) \ |
| 300 | RTE_LOG_DP(level, EVENTDEV, "[%s] %s() line %u: " fmt, \ |
no outgoing calls
no test coverage detected