Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c316 struct dscp_table_entry_data *dscp_entry = &dscp_table->entry[dscp]; in pkt_work_mtr() local
320 tc = dscp_entry->tc; in pkt_work_mtr()
321 color_in = dscp_entry->color; in pkt_work_mtr()
403 struct dscp_table_entry_data *dscp_entry = &dscp_table->entry[dscp]; in pkt_work_tm() local
405 dscp_entry->tc_queue; in pkt_work_tm()
406 rte_mbuf_sched_set(mbuf, queue_id, dscp_entry->tc, in pkt_work_tm()
407 (uint8_t)dscp_entry->color); in pkt_work_tm()