| 4213 | } |
| 4214 | |
| 4215 | static uint16_t |
| 4216 | dlb2_event_dequeue(void *event_port, struct rte_event *ev, uint64_t wait) |
| 4217 | { |
| 4218 | return dlb2_event_dequeue_burst(event_port, ev, 1, wait); |
| 4219 | } |
| 4220 | |
| 4221 | static uint16_t |
| 4222 | dlb2_event_dequeue_burst_sparse(void *event_port, struct rte_event *ev, |
nothing calls this directly
no test coverage detected