Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_distributor/
H A Drte_distributor.h168 struct rte_mbuf **oldpkt, unsigned int retcount);
186 unsigned int worker_id, struct rte_mbuf **oldpkt, int num);
212 unsigned int worker_id, struct rte_mbuf **oldpkt,
H A Drte_distributor_single.h152 unsigned int worker_id, struct rte_mbuf *oldpkt);
192 unsigned int worker_id, struct rte_mbuf *oldpkt);
H A Drte_distributor_single.c31 unsigned worker_id, struct rte_mbuf *oldpkt) in EAL_REGISTER_TAILQ()
34 int64_t req = (((int64_t)(uintptr_t)oldpkt) << RTE_DISTRIB_FLAG_BITS) in EAL_REGISTER_TAILQ()
61 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_get_pkt_single() argument
64 rte_distributor_request_pkt_single(d, worker_id, oldpkt); in rte_distributor_get_pkt_single()
72 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_return_pkt_single() argument
75 uint64_t req = (((int64_t)(uintptr_t)oldpkt) << RTE_DISTRIB_FLAG_BITS) in rte_distributor_return_pkt_single()
H A Drte_distributor.c36 unsigned int worker_id, struct rte_mbuf **oldpkt, in EAL_REGISTER_TAILQ()
46 worker_id, count ? oldpkt[0] : NULL); in EAL_REGISTER_TAILQ()
74 (((int64_t)(uintptr_t)(oldpkt[i])) << in EAL_REGISTER_TAILQ()
133 struct rte_mbuf **oldpkt, unsigned int return_count) in rte_distributor_get_pkt() argument
140 worker_id, return_count ? oldpkt[0] : NULL); in rte_distributor_get_pkt()
146 rte_distributor_request_pkt(d, worker_id, oldpkt, return_count); in rte_distributor_get_pkt()
162 unsigned int worker_id, struct rte_mbuf **oldpkt, int num) in rte_distributor_return_pkt() argument
170 worker_id, oldpkt[0]); in rte_distributor_return_pkt()
197 buf->retptr64[i] = (((int64_t)(uintptr_t)oldpkt[i]) << in rte_distributor_return_pkt()