Lines Matching defs:ev
56 * |done ev| | event queue 0 | | +--------+ +------+
1593 * if (ev.event_type & RTE_EVENT_TYPE_VECTOR) {
1809 * to the adapter using the ev.flow_id member.
1810 * @see struct rte_event_eth_rx_adapter_queue_conf::ev
2578 const struct rte_event ev[], uint16_t nb_events,
2598 rte_eventdev_trace_enq_burst(dev_id, port_id, ev, nb_events, (void *)fn);
2600 return fn(port, ev, nb_events);
2610 * supplied in the *ev* array of *rte_event* structure.
2623 * @param ev
2636 * events at the end of ev[] are not consumed and the caller has to take care
2648 const struct rte_event ev[], uint16_t nb_events)
2653 return __rte_event_enqueue_burst(dev_id, port_id, ev, nb_events,
2674 * @param ev
2687 * events at the end of ev[] are not consumed and the caller has to take care
2700 const struct rte_event ev[], uint16_t nb_events)
2705 return __rte_event_enqueue_burst(dev_id, port_id, ev, nb_events,
2726 * @param ev
2739 * events at the end of ev[] are not consumed and the caller has to take care
2752 const struct rte_event ev[], uint16_t nb_events)
2757 return __rte_event_enqueue_burst(dev_id, port_id, ev, nb_events,
2784 * which are returned in the *ev* array of *rte_event* structure.
2803 * @param[out] ev
2828 rte_event_dequeue_burst(uint8_t dev_id, uint8_t port_id, struct rte_event ev[],
2848 rte_eventdev_trace_deq_burst(dev_id, port_id, ev, nb_events);
2850 return (fp_ops->dequeue_burst)(port, ev, nb_events, timeout_ticks);