Home
last modified time | relevance | path

Searched refs:dscp_entry (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_table_action.c314 struct dscp_table_entry_data *dscp_entry = &dscp_table->entry[dscp]; in pkt_work_mtr() local
318 tc = dscp_entry->tc; in pkt_work_mtr()
319 color_in = dscp_entry->color; in pkt_work_mtr()
401 struct dscp_table_entry_data *dscp_entry = &dscp_table->entry[dscp]; in pkt_work_tm() local
403 dscp_entry->tc_queue; in pkt_work_tm()
404 rte_mbuf_sched_set(mbuf, queue_id, dscp_entry->tc, in pkt_work_tm()
405 (uint8_t)dscp_entry->color); in pkt_work_tm()