Searched refs:next_mb (Results 1 – 2 of 2) sorted by relevance
208 struct rte_mbuf *next_mb = NULL; in rte_distributor_process_single() local217 while (next_idx < num_mbufs || next_mb != NULL) { in rte_distributor_process_single()223 if (!next_mb) { in rte_distributor_process_single()224 next_mb = mbufs[next_idx++]; in rte_distributor_process_single()225 next_value = (((int64_t)(uintptr_t)next_mb) in rte_distributor_process_single()233 new_tag = next_mb->hash.usr; in rte_distributor_process_single()254 next_mb = NULL; in rte_distributor_process_single()263 (d->backlog[wkr].count || next_mb)) { in rte_distributor_process_single()278 next_mb = NULL; in rte_distributor_process_single()
446 struct rte_mbuf *next_mb = NULL; in rte_distributor_process() local521 next_mb = mbufs[next_idx++]; in rte_distributor_process()522 next_value = (((int64_t)(uintptr_t)next_mb) << in rte_distributor_process()531 new_tag = (uint16_t)(next_mb->hash.usr) | 1; in rte_distributor_process()