Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.h183 struct eh_conf { struct
227 struct eh_conf *
237 eh_conf_uninit(struct eh_conf *conf);
258 eh_devs_init(struct eh_conf *conf);
277 eh_devs_uninit(struct eh_conf *conf);
295 eh_get_tx_queue(struct eh_conf *conf, uint8_t eventdev_id);
304 eh_display_conf(struct eh_conf *conf);
324 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr,
H A Dipsec-secgw.c1275 check_poll_mode_params(struct eh_conf *eh_conf) in check_poll_mode_params() argument
1282 if (!eh_conf) in check_poll_mode_params()
1590 parse_args(int32_t argc, char **argv, struct eh_conf *eh_conf) in parse_args() argument
2688 check_event_mode_params(struct eh_conf *eh_conf) in check_event_mode_params() argument
2694 if (!eh_conf || !eh_conf->mode_params) in check_event_mode_params()
2807 struct eh_conf *eh_conf = NULL; in main() local
2824 eh_conf = eh_conf_init(); in main()
2825 if (eh_conf == NULL) in main()
2923 ret = eh_devs_init(eh_conf); in main()
2995 ret = eh_devs_uninit(eh_conf); in main()
[all …]
H A Devent_helper.c931 eh_find_worker(uint32_t lcore_id, struct eh_conf *conf, in eh_find_worker()
1015 eh_get_event_lcore_links(uint32_t lcore_id, struct eh_conf *conf, in eh_get_event_lcore_links()
1402 struct eh_conf *
1406 struct eh_conf *conf = NULL; in eh_conf_init()
1412 conf = calloc(1, sizeof(struct eh_conf)); in eh_conf_init()
1490 eh_conf_uninit(struct eh_conf *conf) in eh_conf_uninit()
1507 eh_display_conf(struct eh_conf *conf) in eh_display_conf()
1544 eh_devs_init(struct eh_conf *conf) in eh_devs_init()
1634 eh_devs_uninit(struct eh_conf *conf) in eh_devs_uninit()
1731 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr, in eh_launch_worker()
[all …]
H A Dipsec_worker.c618 ipsec_eventmode_worker(struct eh_conf *conf) in ipsec_eventmode_worker()
636 struct eh_conf *conf; in ipsec_launch_one_lcore()
638 conf = (struct eh_conf *)args; in ipsec_launch_one_lcore()