Home
last modified time | relevance | path

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

/dpdk/app/graph/
H A Dethdev_priv.h21 struct ethdev_config { struct
45 struct ethdev_config config; argument
/dpdk/examples/pipeline/
H A Dobj.h39 ethdev_config(const char *name, struct ethdev_params *params);
H A Dobj.c71 ethdev_config(const char *name, struct ethdev_params *params) in ethdev_config() function
H A Dcli.c375 status = ethdev_config(name, &p); in cmd_ethdev()