Lines Matching defs:color
1925 * Get the value of mbuf sched color field.
1930 return m->hash.sched.color;
1934 * Get the values of mbuf sched queue_id, traffic_class and color.
1942 * @param color
1948 uint8_t *color)
1954 *color = sched.color;
1976 * Set the mbuf sched color id to the defined value.
1979 rte_mbuf_sched_color_set(struct rte_mbuf *m, uint8_t color)
1981 m->hash.sched.color = color;
1985 * Set the mbuf sched queue_id, traffic_class and color.
1993 * @param color
1999 uint8_t color)
2004 .color = color,