Searched refs:eh_conf (Results 1 – 4 of 4) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | event_helper.h | 193 struct eh_conf { struct 237 struct eh_conf * 247 eh_conf_uninit(struct eh_conf *conf); 268 eh_devs_init(struct eh_conf *conf); 287 eh_devs_uninit(struct eh_conf *conf); 305 eh_get_tx_queue(struct eh_conf *conf, uint8_t eventdev_id); 314 eh_display_conf(struct eh_conf *conf); 334 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr,
|
| H A D | ipsec-secgw.c | 1349 check_poll_mode_params(struct eh_conf *eh_conf) in check_poll_mode_params() argument 1356 if (!eh_conf) in check_poll_mode_params() 1679 parse_args(int32_t argc, char **argv, struct eh_conf *eh_conf) in parse_args() argument 2840 check_event_mode_params(struct eh_conf *eh_conf) in check_event_mode_params() argument 2846 if (!eh_conf || !eh_conf->mode_params) in check_event_mode_params() 3286 struct eh_conf *eh_conf = NULL; in main() local 3303 eh_conf = eh_conf_init(); in main() 3304 if (eh_conf == NULL) in main() 3418 ret = eh_devs_init(eh_conf); in main() 3494 ret = eh_devs_uninit(eh_conf); in main() [all …]
|
| H A D | event_helper.c | 1025 eh_find_worker(uint32_t lcore_id, struct eh_conf *conf, in eh_find_worker() 1109 eh_get_event_lcore_links(uint32_t lcore_id, struct eh_conf *conf, in eh_get_event_lcore_links() 1496 struct eh_conf * 1500 struct eh_conf *conf = NULL; in eh_conf_init() 1506 conf = calloc(1, sizeof(struct eh_conf)); in eh_conf_init() 1587 eh_conf_uninit(struct eh_conf *conf) in eh_conf_uninit() 1604 eh_display_conf(struct eh_conf *conf) in eh_display_conf() 1641 eh_devs_init(struct eh_conf *conf) in eh_devs_init() 1738 eh_devs_uninit(struct eh_conf *conf) in eh_devs_uninit() 1835 eh_launch_worker(struct eh_conf *conf, struct eh_app_worker_params *app_wrkr, in eh_launch_worker() [all …]
|
| H A D | ipsec_worker.c | 1020 ipsec_eventmode_worker(struct eh_conf *conf) in ipsec_eventmode_worker() 1038 struct eh_conf *conf; in ipsec_launch_one_lcore() 1040 conf = (struct eh_conf *)args; in ipsec_launch_one_lcore()
|