Searched refs:tc_queue_id (Results 1 – 6 of 6) sorted by relevance
200 uint32_t tc_queue_id; member
2642 data->tc_queue = entry->tc_queue_id; in rte_table_action_dscp_table_update()
5807 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local5828 softnic_parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()5829 tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX || in load_dscp_table()5859 dscp_table->entry[dscp].tc_queue_id = tc_queue_id; in load_dscp_table()
3229 uint32_t tc_queue_id) in tm_port_queue_id() argument3240 port_pipe_id * RTE_SCHED_QUEUES_PER_PIPE + pipe_tc_id + tc_queue_id; in tm_port_queue_id()
5638 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local5659 parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()5660 (tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX) || in load_dscp_table()5690 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