Lines Matching defs:rte_event
249 struct rte_event;
274 * Priority of each event is supplied in *rte_event* structure
641 * @see rte_event.priority
1269 struct rte_event event, void *arg);
1386 struct rte_event event, void *arg);
1522 * all events from the same flow (i.e. same @ref rte_event.flow_id,
1523 * @ref rte_event.priority and @ref rte_event.queue_id) will be put in the original
1535 * Events from an atomic flow, identified by a combination of @ref rte_event.flow_id,
1536 * @ref rte_event.queue_id and @ref rte_event.priority, can be scheduled only to a
1616 /**< The @ref rte_event.op field must be set to this operation type to inject a new event,
1621 /**< The application must set the @ref rte_event.op field to this operation type to return a
1629 * desired by the application, but the @ref rte_event.impl_opaque field must
1657 * event to be released was dequeued from. The @ref rte_event.impl_opaque
1668 * The generic *rte_event* structure to hold the event attributes
1671 struct rte_event {
2578 const struct rte_event ev[], uint16_t nb_events,
2604 * Enqueue a burst of events objects or an event object supplied in *rte_event*
2610 * supplied in the *ev* array of *rte_event* structure.
2624 * Points to an array of *nb_events* objects of type *rte_event* structure
2635 * *rte_event*. If the return value is less than *nb_events*, the remaining
2648 const struct rte_event ev[], uint16_t nb_events)
2675 * Points to an array of *nb_events* objects of type *rte_event* structure
2686 * *rte_event*. If the return value is less than *nb_events*, the remaining
2700 const struct rte_event ev[], uint16_t nb_events)
2727 * Points to an array of *nb_events* objects of type *rte_event* structure
2738 * *rte_event*. If the return value is less than *nb_events*, the remaining
2752 const struct rte_event ev[], uint16_t nb_events)
2784 * which are returned in the *ev* array of *rte_event* structure.
2804 * Points to an array of *nb_events* objects of type *rte_event* structure
2828 rte_event_dequeue_burst(uint8_t dev_id, uint8_t port_id, struct rte_event ev[],