Home
last modified time | relevance | path

Searched refs:opdl_stage (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_ring.h58 struct opdl_stage;
160 struct opdl_stage *
172 struct opdl_stage *
192 opdl_stage_set_deps(struct opdl_stage *s, struct opdl_stage *deps[],
205 opdl_stage_get_opdl_ring(const struct opdl_stage *s);
311 opdl_stage_claim(struct opdl_stage *s, void *entries,
317 struct opdl_stage *deps[], uint32_t num_deps);
403 opdl_stage_claim_copy(struct opdl_stage *s, void *entries,
488 opdl_stage_available(struct opdl_stage *s);
518 struct opdl_stage *
[all …]
H A Dopdl_ring.c81 struct opdl_stage { struct
121 struct opdl_stage *stages; argument
150 available(const struct opdl_stage *s) in available()
292 struct opdl_stage *s = input_stage(t); in opdl_ring_input_singlethread()
835 add_dep(struct opdl_stage *dependent, const struct opdl_stage *dependency, in add_dep()
901 struct opdl_stage *st = NULL; in opdl_ring_create()
1089 struct opdl_stage *
1092 struct opdl_stage *s; in opdl_stage_add()
1123 struct opdl_stage *deps[], in opdl_stage_deps_add()
1149 struct opdl_stage *
[all …]
H A Dopdl_evdev.h125 struct opdl_stage *enq_stage_inst;
129 struct opdl_stage *deq_stage_inst;
H A Dopdl_evdev_init.c283 static __rte_always_inline struct opdl_stage *
301 struct opdl_stage *dep_stages[OPDL_PORTS_MAX]; in opdl_add_deps()
702 struct opdl_stage *stage_inst = NULL; in initialise_all_other_ports()
874 struct opdl_stage *stage_inst = NULL; in initialise_queue_zero_ports()