Home
last modified time | relevance | path

Searched defs:worker_id (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/lib/librte_distributor/
H A Drte_distributor_single.c46 unsigned worker_id) in rte_distributor_poll_pkt_single()
61 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_get_pkt_single()
72 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_return_pkt_single()
H A Drte_distributor.c88 unsigned int worker_id, struct rte_mbuf **pkts) in rte_distributor_poll_pkt()
132 unsigned int worker_id, struct rte_mbuf **pkts, in rte_distributor_get_pkt()
162 unsigned int worker_id, struct rte_mbuf **oldpkt, int num) in rte_distributor_return_pkt()
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_roundrobin.c114 __rte_unused uint8_t worker_id) in worker_attach()
121 __rte_unused uint8_t worker_id) in worker_detach()
H A Dscheduler_failover.c124 __rte_unused uint8_t worker_id) in worker_attach()
131 __rte_unused uint8_t worker_id) in worker_detach()
H A Drte_cryptodev_scheduler.c163 rte_cryptodev_scheduler_worker_attach(uint8_t scheduler_id, uint8_t worker_id) in rte_cryptodev_scheduler_worker_attach()
224 rte_cryptodev_scheduler_worker_detach(uint8_t scheduler_id, uint8_t worker_id) in rte_cryptodev_scheduler_worker_detach()
H A Dscheduler_pkt_size_distr.c240 __rte_unused uint8_t worker_id) in worker_attach()
247 __rte_unused uint8_t worker_id) in worker_detach()
H A Dscheduler_multicore.c136 __rte_unused uint8_t worker_id) in worker_attach()
143 __rte_unused uint8_t worker_id) in worker_detach()
H A Dscheduler_pmd_ops.c413 uint8_t worker_id = sched_ctx->workers[i].dev_id; in scheduler_pmd_qp_setup() local
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_launch.c24 rte_eal_wait_lcore(unsigned worker_id) in rte_eal_wait_lcore()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_thread.c25 rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned int worker_id) in rte_eal_remote_launch()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_thread.c34 rte_eal_remote_launch(int (*f)(void *), void *arg, unsigned worker_id) in rte_eal_remote_launch()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_thread.c34 rte_eal_remote_launch(int (*f)(void *), void *arg, unsigned int worker_id) in rte_eal_remote_launch()
/f-stack/dpdk/examples/distributor/
H A Dmain.c217 unsigned worker_id; member
709 unsigned int lcore_id, worker_id = 0; in main() local
/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c664 uint16_t nb_ports, num, nb_lcores, worker_id = (uint16_t)-1; in test_pmd_perf() local
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2125 int worker_id; in lthread_rx() local
2378 int worker_id; in pthread_rx() local