Home
last modified time | relevance | path

Searched refs:rte_event_port_conf (Results 1 – 25 of 56) sorted by relevance

123

/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.h158 struct rte_event_port_conf prod_conf);
160 struct rte_event_port_conf prod_conf);
164 const struct rte_event_port_conf p_conf);
H A Dtest_pipeline_common.c274 const struct rte_event_port_conf p_conf) in pipeline_event_port_setup()
310 struct rte_event_port_conf prod_conf) in pipeline_event_rx_adapter_setup()
366 struct rte_event_port_conf port_conf) in pipeline_event_tx_adapter_setup()
H A Dtest_perf_common.h149 const struct rte_event_port_conf *port_conf);
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev.h712 struct rte_event_port_conf { struct
765 struct rte_event_port_conf *port_conf);
789 const struct rte_event_port_conf *port_conf);
1297 struct rte_event_port_conf *ports_cfg;
H A Drte_eventdev_trace.h57 const struct rte_event_port_conf *port_conf, int rc),
163 struct rte_event_port_conf *port_conf, int rc),
253 struct rte_event_port_conf *port_conf, uint8_t mode),
H A Drte_event_crypto_adapter.h364 struct rte_event_port_conf *port_config,
H A Drte_event_eth_rx_adapter.h300 struct rte_event_port_conf *port_config);
H A Drte_event_eth_tx_adapter.h154 struct rte_event_port_conf *port_config);
H A Drte_eventdev_pmd.h265 uint8_t port_id, struct rte_event_port_conf *port_conf);
282 const struct rte_event_port_conf *port_conf);
H A Drte_event_eth_tx_adapter.c262 struct rte_event_port_conf *pc; in txa_service_conf_cb()
612 struct rte_event_port_conf *port_conf) in txa_service_adapter_create()
615 struct rte_event_port_conf *cb_conf; in txa_service_adapter_create()
912 struct rte_event_port_conf *port_conf) in rte_event_eth_tx_adapter_create()
H A Drte_eventdev.c271 struct rte_event_port_conf *ports_cfg; in rte_event_dev_port_config()
713 struct rte_event_port_conf *port_conf) in rte_event_port_default_conf_get()
729 memset(port_conf, 0, sizeof(struct rte_event_port_conf)); in rte_event_port_default_conf_get()
736 const struct rte_event_port_conf *port_conf) in rte_event_port_setup()
739 struct rte_event_port_conf def_conf; in rte_event_port_setup()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_event_generic.c100 struct rte_event_port_conf event_p_conf = { in l2fwd_event_port_setup_generic()
105 struct rte_event_port_conf def_p_conf; in l2fwd_event_port_setup_generic()
114 memset(&def_p_conf, 0, sizeof(struct rte_event_port_conf)); in l2fwd_event_port_setup_generic()
H A Dl2fwd_event.h65 struct rte_event_port_conf def_p_conf;
H A Dl2fwd_event_internal_port.c98 struct rte_event_port_conf event_p_conf = { in l2fwd_event_port_setup_internal_port()
103 struct rte_event_port_conf def_p_conf; in l2fwd_event_port_setup_internal_port()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_event_generic.c89 struct rte_event_port_conf event_p_conf = { in l3fwd_event_port_setup_generic()
94 struct rte_event_port_conf def_p_conf; in l3fwd_event_port_setup_generic()
103 memset(&def_p_conf, 0, sizeof(struct rte_event_port_conf)); in l3fwd_event_port_setup_generic()
H A Dl3fwd_event.h61 struct rte_event_port_conf def_p_conf;
H A Dl3fwd_event_internal_port.c88 struct rte_event_port_conf event_p_conf = { in l3fwd_event_port_setup_internal_port()
93 struct rte_event_port_conf def_p_conf; in l3fwd_event_port_setup_internal_port()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_selftest.c80 struct rte_event_port_conf conf; in create_ports()
276 struct rte_event_port_conf port_conf; in test_single_link()
472 struct rte_event_port_conf port_conf; in test_reconfiguration_link()
799 struct rte_event_port_conf port_conf; in test_load_balanced_traffic()
923 struct rte_event_port_conf port_conf; in test_directed_traffic()
1056 struct rte_event_port_conf port_conf; in test_deferred_sched()
1217 struct rte_event_port_conf port_conf; in test_delayed_pop()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c81 struct rte_event_port_conf conf; in create_ports()
286 struct rte_event_port_conf port_conf; in test_single_link()
495 struct rte_event_port_conf port_conf; in test_reconfiguration_link()
822 struct rte_event_port_conf port_conf; in test_load_balanced_traffic()
946 struct rte_event_port_conf port_conf; in test_directed_traffic()
1079 struct rte_event_port_conf port_conf; in test_deferred_sched()
1232 struct rte_event_port_conf port_conf; in test_delayed_pop()
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c19 const struct rte_event_port_conf *conf) in dsw_port_setup()
81 struct rte_event_port_conf *port_conf) in dsw_port_def_conf()
83 *port_conf = (struct rte_event_port_conf) { in dsw_port_def_conf()
/f-stack/dpdk/app/test/
H A Dtest_eventdev.c509 struct rte_event_port_conf pconf; in test_eventdev_port_default_conf_get()
537 struct rte_event_port_conf pconf; in test_eventdev_port_setup()
596 struct rte_event_port_conf pconf; in test_eventdev_port_attr_dequeue_depth()
621 struct rte_event_port_conf pconf; in test_eventdev_port_attr_enqueue_depth()
646 struct rte_event_port_conf pconf; in test_eventdev_port_attr_new_event_threshold()
H A Dtest_event_eth_rx_adapter.c376 struct rte_event_port_conf rx_p_conf; in adapter_create()
404 struct rte_event_port_conf rx_p_conf = { in adapter_create_free()
/f-stack/dpdk/drivers/event/skeleton/
H A Dskeleton_eventdev.c201 struct rte_event_port_conf *port_conf) in skeleton_eventdev_port_def_conf()
227 const struct rte_event_port_conf *port_conf) in skeleton_eventdev_port_setup()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c138 struct rte_event_port_conf wkr_p_conf = { in setup_eventdev_generic()
418 struct rte_event_port_conf adptr_p_conf = { in init_adapters()
/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev.c180 const struct rte_event_port_conf *conf) in opdl_port_setup()
224 struct rte_event_port_conf *port_conf) in opdl_port_def_conf()

123