Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev.h17 #define MAX_OPDL_CONS_Q_DEPTH 128 macro
43 (MAX_OPDL_CONS_Q_DEPTH >> OPDL_DEQ_STAT_BUCKET_SHIFT)
141 struct rte_event *entries[MAX_OPDL_CONS_Q_DEPTH];
H A Dopdl_evdev.c229 port_conf->new_event_threshold = MAX_OPDL_CONS_Q_DEPTH; in opdl_port_def_conf()
230 port_conf->dequeue_depth = MAX_OPDL_CONS_Q_DEPTH; in opdl_port_def_conf()
231 port_conf->enqueue_depth = MAX_OPDL_CONS_Q_DEPTH; in opdl_port_def_conf()
374 .max_event_port_dequeue_depth = MAX_OPDL_CONS_Q_DEPTH, in opdl_info_get()
375 .max_event_port_enqueue_depth = MAX_OPDL_CONS_Q_DEPTH, in opdl_info_get()
H A Dopdl_evdev_init.c238 if (unlikely(num > MAX_OPDL_CONS_Q_DEPTH)) { in opdl_claim()