Home
last modified time | relevance | path

Searched defs:lcore_params (Results 1 – 7 of 7) sorted by relevance

/dpdk/examples/l3fwd-power/
H A Dmain.h10 struct lcore_params { struct
16 extern struct lcore_params *lcore_params; argument
H A Dmain.c247 struct lcore_params *lcore_params = lcore_params_array_default; variable
/dpdk/examples/distributor/
H A Dmain.c212 struct lcore_params { struct
221 lcore_rx(struct lcore_params *p) in lcore_rx() argument
/dpdk/examples/l3fwd-graph/
H A Dmain.c97 struct lcore_params { struct
103 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
109 static struct lcore_params *lcore_params = lcore_params_array_default; variable
/dpdk/examples/l3fwd/
H A Dmain.c98 struct lcore_params { struct
104 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
117 static struct lcore_params * lcore_params = lcore_params_array_default; variable
744 uint8_t lcore_params = 0; in parse_args() local
/dpdk/examples/l3fwd-acl/
H A Dmain.c101 struct lcore_params { struct
107 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
120 static struct lcore_params *lcore_params = lcore_params_array_default; variable
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c213 struct lcore_params { struct
219 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
221 static struct lcore_params *lcore_params; variable