Searched refs:tc_queue_id (Results 1 – 6 of 6) sorted by relevance
200 uint32_t tc_queue_id; member
2644 data->tc_queue = entry->tc_queue_id; in rte_table_action_dscp_table_update()
5811 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local5832 softnic_parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()5833 tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX || in load_dscp_table()5863 dscp_table->entry[dscp].tc_queue_id = tc_queue_id; in load_dscp_table()
3247 uint32_t tc_queue_id) in tm_port_queue_id() argument3258 port_pipe_id * RTE_SCHED_QUEUES_PER_PIPE + pipe_tc_id + tc_queue_id; in tm_port_queue_id()
5647 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local5668 parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()5669 (tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX) || in load_dscp_table()5699 dscp_table->entry[dscp].tc_queue_id = tc_queue_id; in load_dscp_table()
544 - File line format = <tc_id> <tc_queue_id> <color>, with <color> as: g | y | r