Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/
H A Dobj.h126 ring_find(struct obj *obj, const char *name);
H A Dobj.c389 if (!name || ring_find(obj, name) || !params || !params->size) in ring_create()
420 ring_find(struct obj *obj, const char *name) in ring_find() function
H A Dcli.c656 ring = ring_find(obj, tokens[t0 + 1]); in cmd_pipeline_port_in()
898 ring = ring_find(obj, tokens[t0 + 1]); in cmd_pipeline_port_out()