Lines Matching defs:profile_id
2031 * profile_id i.e. profile_id 0 of the event port.
2130 * supplied in *profile_id* with service priorities supplied in *priorities*
2133 * If *profile_id* is set to 0 then, the links created by the call `rte_event_port_link`
2136 * Event ports by default use profile_id 0 unless it is changed using the
2180 * @param profile_id
2202 const uint8_t priorities[], uint16_t nb_links, uint8_t profile_id);
2206 * designated by *profile_id* from the destination event port designated by its
2209 * If *profile_id* is set to 0 i.e., the default profile then, then this function
2235 * @param profile_id
2255 uint16_t nb_unlinks, uint8_t profile_id);
2313 * associated to a *profile_id* and linked to the destination event port
2332 * @param profile_id
2345 uint8_t priorities[], uint8_t profile_id);
2937 * @param profile_id
2941 * - -EINVAL if *dev_id*, *port_id*, or *profile_id* is invalid.
2944 rte_event_port_profile_switch(uint8_t dev_id, uint8_t port_id, uint8_t profile_id)
2960 if (profile_id >= RTE_EVENT_MAX_PROFILES_PER_PORT)
2963 rte_eventdev_trace_port_profile_switch(dev_id, port_id, profile_id);
2965 return fp_ops->profile_switch(port, profile_id);