Searched refs:oldpkt (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/distributor/ |
| H A D | rte_distributor.h | 168 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 D | rte_distributor_single.c | 29 unsigned worker_id, struct rte_mbuf *oldpkt) in EAL_REGISTER_TAILQ() 32 int64_t req = (((int64_t)(uintptr_t)oldpkt) << RTE_DISTRIB_FLAG_BITS) in EAL_REGISTER_TAILQ() 58 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_get_pkt_single() argument 61 rte_distributor_request_pkt_single(d, worker_id, oldpkt); in rte_distributor_get_pkt_single() 69 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_return_pkt_single() argument 72 uint64_t req = (((int64_t)(uintptr_t)oldpkt) << RTE_DISTRIB_FLAG_BITS) in rte_distributor_return_pkt_single()
|
| H A D | rte_distributor.c | 34 unsigned int worker_id, struct rte_mbuf **oldpkt, in EAL_REGISTER_TAILQ() 44 worker_id, count ? oldpkt[0] : NULL); in EAL_REGISTER_TAILQ() 72 (((int64_t)(uintptr_t)(oldpkt[i])) << in EAL_REGISTER_TAILQ() 131 struct rte_mbuf **oldpkt, unsigned int return_count) in rte_distributor_get_pkt() argument 138 worker_id, return_count ? oldpkt[0] : NULL); in rte_distributor_get_pkt() 144 rte_distributor_request_pkt(d, worker_id, oldpkt, return_count); in rte_distributor_get_pkt() 160 unsigned int worker_id, struct rte_mbuf **oldpkt, int num) in rte_distributor_return_pkt() argument 168 worker_id, oldpkt[0]); in rte_distributor_return_pkt() 195 buf->retptr64[i] = (((int64_t)(uintptr_t)oldpkt[i]) << in rte_distributor_return_pkt()
|
| H A D | rte_distributor_single.h | 152 unsigned int worker_id, struct rte_mbuf *oldpkt); 192 unsigned int worker_id, struct rte_mbuf *oldpkt);
|