Searched refs:ret_start (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_distributor/ |
| H A D | rte_distributor_single.c | 111 unsigned *ret_start, unsigned *ret_count) in store_return() argument 114 d->returns.mbufs[(*ret_start + *ret_count) & RTE_DISTRIB_RETURNS_MASK] in store_return() 116 *ret_start += (*ret_count == RTE_DISTRIB_RETURNS_MASK) & !!(oldbuf); in store_return() 166 unsigned ret_start = d->returns.start, in process_returns() local 196 store_return(oldbuf, d, &ret_start, &ret_count); in process_returns() 199 d->returns.start = ret_start; in process_returns() 215 unsigned ret_start = d->returns.start, in rte_distributor_process_single() local 292 store_return(oldbuf, d, &ret_start, &ret_count); in rte_distributor_process_single() 308 store_return(oldbuf, d, &ret_start, &ret_count); in rte_distributor_process_single() 316 d->returns.start = ret_start; in rte_distributor_process_single()
|
| H A D | rte_distributor.c | 222 unsigned int *ret_start, unsigned int *ret_count) in store_return() argument 227 d->returns.mbufs[(*ret_start + *ret_count) & RTE_DISTRIB_RETURNS_MASK] in store_return() 229 *ret_start += (*ret_count == RTE_DISTRIB_RETURNS_MASK); in store_return() 346 unsigned int ret_start = d->returns.start, in handle_returns() local 359 store_return(oldbuf, d, &ret_start, &ret_count); in handle_returns() 364 d->returns.start = ret_start; in handle_returns()
|