Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.h200 struct eh_app_worker_params { struct
324 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr,
H A Devent_helper.c930 static struct eh_app_worker_params *
932 struct eh_app_worker_params *app_wrkrs, uint8_t nb_wrkr_param) in eh_find_worker()
934 struct eh_app_worker_params curr_conf = { {{0} }, NULL}; in eh_find_worker()
936 struct eh_app_worker_params *tmp_wrkr; in eh_find_worker()
1002 eh_verify_match_worker(struct eh_app_worker_params *match_wrkr) in eh_verify_match_worker()
1731 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr, in eh_launch_worker()
1734 struct eh_app_worker_params *match_wrkr; in eh_launch_worker()
H A Dipsec_worker.c591 ipsec_eventmode_populate_wrkr_params(struct eh_app_worker_params *wrkrs) in ipsec_eventmode_populate_wrkr_params()
593 struct eh_app_worker_params *wrkr; in ipsec_eventmode_populate_wrkr_params()
620 struct eh_app_worker_params ipsec_wrkr[IPSEC_EVENTMODE_WORKERS] = { in ipsec_eventmode_worker()