Searched refs:MAX_OPDL_CONS_Q_DEPTH (Results 1 – 3 of 3) sorted by relevance
17 #define MAX_OPDL_CONS_Q_DEPTH 128 macro43 (MAX_OPDL_CONS_Q_DEPTH >> OPDL_DEQ_STAT_BUCKET_SHIFT)141 struct rte_event *entries[MAX_OPDL_CONS_Q_DEPTH];
229 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()
238 if (unlikely(num > MAX_OPDL_CONS_Q_DEPTH)) { in opdl_claim()