Home
last modified time | relevance | path

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

/dpdk/lib/distributor/
H A Drte_distributor_single.c111 = (void *)oldbuf; in store_return()
166 uintptr_t oldbuf = 0; in process_returns() local
186 oldbuf = data >> RTE_DISTRIB_FLAG_BITS; in process_returns()
189 oldbuf = data >> RTE_DISTRIB_FLAG_BITS; in process_returns()
192 store_return(oldbuf, d, &ret_start, &ret_count); in process_returns()
218 uintptr_t oldbuf = 0; in rte_distributor_process_single() local
280 oldbuf = data >> RTE_DISTRIB_FLAG_BITS; in rte_distributor_process_single()
283 oldbuf = data >> RTE_DISTRIB_FLAG_BITS; in rte_distributor_process_single()
287 store_return(oldbuf, d, &ret_start, &ret_count); in rte_distributor_process_single()
300 int64_t oldbuf = d->bufs[wkr].bufptr64 >> in rte_distributor_process_single() local
[all …]
H A Drte_distributor.c219 store_return(uintptr_t oldbuf, struct rte_distributor *d, in store_return() argument
222 if (!oldbuf) in store_return()
226 = (void *)oldbuf; in store_return()
343 uintptr_t oldbuf; in handle_returns() local
354 oldbuf = ((uintptr_t)(buf->retptr64[i] >> in handle_returns()
357 store_return(oldbuf, d, &ret_start, &ret_count); in handle_returns()