Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.h10 struct lcore_params { struct
16 extern struct lcore_params *lcore_params; argument
H A Dmain.c243 struct lcore_params *lcore_params = lcore_params_array_default; variable
/f-stack/dpdk/examples/distributor/
H A Dmain.c216 struct lcore_params { struct
225 lcore_rx(struct lcore_params *p) in lcore_rx() argument
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c92 struct lcore_params { struct
98 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
111 static struct lcore_params * lcore_params = lcore_params_array_default; variable
565 uint8_t lcore_params = 0; in parse_args() local
/f-stack/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
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c102 struct lcore_params { struct
108 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
121 static struct lcore_params *lcore_params = lcore_params_array_default; variable
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c196 struct lcore_params { struct
202 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS]; argument
204 static struct lcore_params *lcore_params; variable