Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_sched.c194 uint32_t pipe_loop; member
1272 s->pipe_loop = RTE_SCHED_PIPE_INVALID; in rte_sched_subport_config()
2432 subport->pipe_loop = RTE_SCHED_PIPE_INVALID; in grinder_schedule()
2605 if (grinder->pindex == subport->pipe_loop) { in grinder_next_pipe()
2607 subport->pipe_loop = RTE_SCHED_PIPE_INVALID; in grinder_next_pipe()
2817 subport->pipe_loop == RTE_SCHED_PIPE_INVALID) in grinder_handle()
2818 subport->pipe_loop = grinder->pindex; in grinder_handle()
2868 port->subports[i]->pipe_loop = RTE_SCHED_PIPE_INVALID; in rte_sched_port_time_resync()