Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_distributor/
H A Drte_distributor_single.c212 struct rte_mbuf *next_mb = NULL; in rte_distributor_process_single() local
221 while (next_idx < num_mbufs || next_mb != NULL) { in rte_distributor_process_single()
227 if (!next_mb) { in rte_distributor_process_single()
228 next_mb = mbufs[next_idx++]; in rte_distributor_process_single()
229 next_value = (((int64_t)(uintptr_t)next_mb) in rte_distributor_process_single()
237 new_tag = next_mb->hash.usr; in rte_distributor_process_single()
259 next_mb = NULL; in rte_distributor_process_single()
268 (d->backlog[wkr].count || next_mb)) { in rte_distributor_process_single()
283 next_mb = NULL; in rte_distributor_process_single()
H A Drte_distributor.c448 struct rte_mbuf *next_mb = NULL; in rte_distributor_process() local
523 next_mb = mbufs[next_idx++]; in rte_distributor_process()
524 next_value = (((int64_t)(uintptr_t)next_mb) << in rte_distributor_process()
533 new_tag = (uint16_t)(next_mb->hash.usr) | 1; in rte_distributor_process()