Home
last modified time | relevance | path

Searched refs:SW_PORT_HIST_LIST (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c79 sw->ports[cq].inflights == SW_PORT_HIST_LIST) { in sw_schedule_atomic_to_cq()
92 int head = (p->hist_head++ & (SW_PORT_HIST_LIST-1)); in sw_schedule_atomic_to_cq()
151 } while (sw->ports[cq].inflights == SW_PORT_HIST_LIST || in sw_schedule_parallel_to_cq()
157 p->inflights == SW_PORT_HIST_LIST) in sw_schedule_parallel_to_cq()
164 const int head = (p->hist_head & (SW_PORT_HIST_LIST-1)); in sw_schedule_parallel_to_cq()
387 (SW_PORT_HIST_LIST - 1); in __pull_port_lb()
H A Dsw_evdev.h40 #define SW_PORT_HIST_LIST (MAX_SW_PROD_Q_DEPTH) /* size of our history list */ macro
197 struct sw_hist_list_entry hist_list[SW_PORT_HIST_LIST];
H A Dsw_evdev.c204 for (i = 0; i < SW_PORT_HIST_LIST; i++) { in sw_port_setup()