Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_ring.h161 opdl_stage_add(struct opdl_ring *t, bool threadsafe, bool is_input);
H A Dopdl_ring.c798 bool is_input) in init_stage() argument
800 uint32_t available = (is_input) ? t->num_slots : 0; in init_stage()
1090 opdl_stage_add(struct opdl_ring *t, bool threadsafe, bool is_input) in opdl_stage_add() argument
1111 if (init_stage(t, s, threadsafe, is_input) < 0) { in opdl_stage_add()