Home
last modified time | relevance | path

Searched refs:max_event_port_enqueue_depth (Results 1 – 25 of 33) sorted by relevance

12

/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c61 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in init()
302 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_single_link()
441 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_info_get()
511 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_reconfiguration_link()
839 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_load_balanced_traffic()
963 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_directed_traffic()
1097 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_deferred_sched()
1249 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_delayed_pop()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c184 if (dev_info.max_event_port_enqueue_depth < in setup_eventdev_generic()
187 dev_info.max_event_port_enqueue_depth; in setup_eventdev_generic()
430 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
432 dev_info.max_event_port_enqueue_depth; in init_adapters()
H A Dpipeline_worker_tx.c501 if (dev_info.max_event_port_enqueue_depth < in setup_eventdev_worker_tx_enq()
504 dev_info.max_event_port_enqueue_depth; in setup_eventdev_worker_tx_enq()
781 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
783 dev_info.max_event_port_enqueue_depth; in init_adapters()
/dpdk/app/test/
H A Dtest_eventdev.c107 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
109 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
169 max_event_port_enqueue_depth(struct rte_event_dev_config *dev_conf, in max_event_port_enqueue_depth() function
173 info->max_event_port_enqueue_depth + 1; in max_event_port_enqueue_depth()
213 max_event_port_enqueue_depth), in test_eventdev_configure()
761 pconf.enqueue_depth = info.max_event_port_enqueue_depth + 1; in test_eventdev_port_setup()
767 pconf.enqueue_depth = info.max_event_port_enqueue_depth; in test_eventdev_port_setup()
H A Dtest_event_eth_tx_adapter.c257 dev_info.max_event_port_enqueue_depth; in tx_adapter_create()
281 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in tx_adapter_create()
307 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in tx_adapter_create_free()
516 dev_info.max_event_port_enqueue_depth; in tx_adapter_service()
H A Dtest_event_eth_rx_adapter.c241 dev_info.max_event_port_enqueue_depth; in testsuite_setup()
300 dev_info.max_event_port_enqueue_depth; in testsuite_setup_rx_intr()
401 rx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in adapter_create()
424 rx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in adapter_create_with_params()
H A Dtest_event_crypto_adapter.c614 info->max_event_port_enqueue_depth; in evdev_set_conf_values()
616 info->max_event_port_enqueue_depth; in evdev_set_conf_values()
H A Dtest_event_timer_adapter.c83 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
85 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
/dpdk/examples/l3fwd/
H A Dl3fwd_event_internal_port.c60 if (dev_info.max_event_port_enqueue_depth < in l3fwd_event_device_setup_internal_port()
63 dev_info.max_event_port_enqueue_depth; in l3fwd_event_device_setup_internal_port()
H A Dl3fwd_event_generic.c60 if (dev_info.max_event_port_enqueue_depth < in l3fwd_event_device_setup_generic()
63 dev_info.max_event_port_enqueue_depth; in l3fwd_event_device_setup_generic()
/dpdk/examples/l2fwd-event/
H A Dl2fwd_event_internal_port.c69 if (dev_info.max_event_port_enqueue_depth < in l2fwd_event_device_setup_internal_port()
72 dev_info.max_event_port_enqueue_depth; in l2fwd_event_device_setup_internal_port()
H A Dl2fwd_event_generic.c72 if (dev_info.max_event_port_enqueue_depth < in l2fwd_event_device_setup_generic()
75 dev_info.max_event_port_enqueue_depth; in l2fwd_event_device_setup_generic()
/dpdk/app/test-eventdev/
H A Devt_common.h197 info.max_event_port_enqueue_depth, in evt_configure_eventdev()
H A Dtest_perf_common.c105 if (dev_info.max_event_port_enqueue_depth < burst_size) in perf_producer_burst()
106 burst_size = dev_info.max_event_port_enqueue_depth; in perf_producer_burst()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c100 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
102 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
/dpdk/examples/ipsec-secgw/
H A Devent_helper.c633 evdev_default_conf.max_event_port_enqueue_depth; in eh_initialize_eventdev()
839 evdev_default_conf.max_event_port_enqueue_depth; in eh_rx_adapter_configure()
1216 evdev_default_conf.max_event_port_enqueue_depth; in eh_tx_adapter_configure()
/dpdk/drivers/event/skeleton/
H A Dskeleton_eventdev.c100 dev_info->max_event_port_enqueue_depth = 16; in skeleton_eventdev_info_get()
/dpdk/lib/eventdev/
H A Drte_eventdev.h427 uint32_t max_event_port_enqueue_depth; member
H A Drte_eventdev.c442 info.max_event_port_enqueue_depth)) { in rte_event_dev_configure()
445 info.max_event_port_enqueue_depth); in rte_event_dev_configure()
/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c219 .max_event_port_enqueue_depth = DSW_MAX_PORT_ENQUEUE_DEPTH, in dsw_info_get()
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c133 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
135 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_selftest.c123 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
125 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_tx_adapter.rst55 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth;
/dpdk/drivers/event/opdl/
H A Dopdl_evdev.c375 .max_event_port_enqueue_depth = MAX_OPDL_CONS_Q_DEPTH, in opdl_info_get()
/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c346 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
348 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()

12