Home
last modified time | relevance | path

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

/dpdk/lib/distributor/
H A Drte_distributor_single.c107 unsigned *ret_start, unsigned *ret_count) in store_return() argument
110 d->returns.mbufs[(*ret_start + *ret_count) & RTE_DISTRIB_RETURNS_MASK] in store_return()
112 *ret_start += (*ret_count == RTE_DISTRIB_RETURNS_MASK) & !!(oldbuf); in store_return()
113 *ret_count += (*ret_count != RTE_DISTRIB_RETURNS_MASK) & !!(oldbuf); in store_return()
163 ret_count = d->returns.count; in process_returns() local
192 store_return(oldbuf, d, &ret_start, &ret_count); in process_returns()
196 d->returns.count = ret_count; in process_returns()
212 ret_count = d->returns.count; in rte_distributor_process_single() local
287 store_return(oldbuf, d, &ret_start, &ret_count); in rte_distributor_process_single()
303 store_return(oldbuf, d, &ret_start, &ret_count); in rte_distributor_process_single()
[all …]
H A Drte_distributor.c220 unsigned int *ret_start, unsigned int *ret_count) in store_return() argument
225 d->returns.mbufs[(*ret_start + *ret_count) & RTE_DISTRIB_RETURNS_MASK] in store_return()
227 *ret_start += (*ret_count == RTE_DISTRIB_RETURNS_MASK); in store_return()
228 *ret_count += (*ret_count != RTE_DISTRIB_RETURNS_MASK); in store_return()
345 ret_count = d->returns.count; in handle_returns() local
357 store_return(oldbuf, d, &ret_start, &ret_count); in handle_returns()
363 d->returns.count = ret_count; in handle_returns()