Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_ring.c119 uint32_t max_num_stages; /* Max number of stages */ member
810 t->max_num_stages * sizeof(enum dep_type), in init_stage()
816 t->max_num_stages * sizeof(struct shared_state *), in init_stage()
896 uint32_t max_num_stages, int socket) in opdl_ring_create() argument
928 max_num_stages * sizeof(struct opdl_stage), in opdl_ring_create()
949 t->max_num_stages = max_num_stages; in opdl_ring_create()
1099 if (t->num_stages == t->max_num_stages) { in opdl_stage_add()
1101 t->name, t->max_num_stages); in opdl_stage_add()
H A Dopdl_ring.h84 uint32_t max_num_stages, int socket);