Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c221 uint8_t pipe_tc[RTE_SCHED_QUEUES_PER_PIPE]; member
277 uint32_t tc = port->pipe_tc[qindex & (RTE_SCHED_QUEUES_PER_PIPE - 1)]; in rte_sched_subport_pipe_qsize()
304 uint8_t pipe_tc = port->pipe_tc[qindex & (RTE_SCHED_QUEUES_PER_PIPE - 1)]; in rte_sched_port_pipe_tc() local
306 return pipe_tc; in rte_sched_port_pipe_tc()
983 port->pipe_tc[i] = j; in rte_sched_port_config()