Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c170 (void *)&p->hist_list[head].rob_entry); in sw_schedule_parallel_to_cq()
402 (uintptr_t)hist_entry->rob_entry; in __pull_port_lb()
419 struct reorder_buffer_entry *rob_entry = in __pull_port_lb() local
420 hist_entry->rob_entry; in __pull_port_lb()
422 hist_entry->rob_entry = NULL; in __pull_port_lb()
428 int num_frag = rob_entry->num_fragments; in __pull_port_lb()
432 int idx = rob_entry->num_fragments++; in __pull_port_lb()
433 rob_entry->fragments[idx] = *qe; in __pull_port_lb()
H A Dsw_evdev.h141 struct reorder_buffer_entry *rob_entry; member