Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_selftest.c60 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in init()
292 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_single_link()
422 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_info_get()
488 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_reconfiguration_link()
816 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_load_balanced_traffic()
940 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_directed_traffic()
1074 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_deferred_sched()
1234 config.nb_event_port_enqueue_depth = info.max_event_port_enqueue_depth; in test_delayed_pop()
/f-stack/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()
/f-stack/dpdk/app/test/
H A Dtest_eventdev.c96 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
98 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
158 max_event_port_enqueue_depth(struct rte_event_dev_config *dev_conf, in max_event_port_enqueue_depth() function
162 info->max_event_port_enqueue_depth + 1; in max_event_port_enqueue_depth()
202 max_event_port_enqueue_depth), in test_eventdev_configure()
555 pconf.enqueue_depth = info.max_event_port_enqueue_depth + 1; in test_eventdev_port_setup()
561 pconf.enqueue_depth = info.max_event_port_enqueue_depth; in test_eventdev_port_setup()
H A Dtest_event_eth_tx_adapter.c250 dev_info.max_event_port_enqueue_depth; in tx_adapter_create()
274 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in tx_adapter_create()
300 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in tx_adapter_create_free()
509 dev_info.max_event_port_enqueue_depth; in tx_adapter_service()
H A Dtest_event_eth_rx_adapter.c225 dev_info.max_event_port_enqueue_depth; in testsuite_setup()
284 dev_info.max_event_port_enqueue_depth; in testsuite_setup_rx_intr()
385 rx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in adapter_create()
H A Dtest_event_crypto_adapter.c601 info->max_event_port_enqueue_depth; in evdev_set_conf_values()
603 info->max_event_port_enqueue_depth; in evdev_set_conf_values()
H A Dtest_event_timer_adapter.c71 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
73 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c180 if (dev_info.max_event_port_enqueue_depth < in setup_eventdev_generic()
183 dev_info.max_event_port_enqueue_depth; in setup_eventdev_generic()
429 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
431 dev_info.max_event_port_enqueue_depth; in init_adapters()
H A Dpipeline_worker_tx.c475 if (dev_info.max_event_port_enqueue_depth < in setup_eventdev_worker_tx_enq()
478 dev_info.max_event_port_enqueue_depth; in setup_eventdev_worker_tx_enq()
758 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
760 dev_info.max_event_port_enqueue_depth; in init_adapters()
/f-stack/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()
/f-stack/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.c70 if (dev_info.max_event_port_enqueue_depth < in l2fwd_event_device_setup_generic()
73 dev_info.max_event_port_enqueue_depth; in l2fwd_event_device_setup_generic()
/f-stack/dpdk/app/test-eventdev/
H A Devt_common.h188 info.max_event_port_enqueue_depth, in evt_configure_eventdev()
/f-stack/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()
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c629 evdev_default_conf.max_event_port_enqueue_depth; in eh_initialize_eventdev()
759 evdev_default_conf.max_event_port_enqueue_depth; in eh_rx_adapter_configure()
1122 evdev_default_conf.max_event_port_enqueue_depth; in eh_tx_adapter_configure()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev.h384 uint32_t max_event_port_enqueue_depth; member
/f-stack/dpdk/drivers/event/skeleton/
H A Dskeleton_eventdev.c100 dev_info->max_event_port_enqueue_depth = 16; in skeleton_eventdev_info_get()
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c222 .max_event_port_enqueue_depth = DSW_MAX_PORT_ENQUEUE_DEPTH, in dsw_info_get()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_tx_adapter.rst55 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth;
H A Devent_ethernet_rx_adapter.rst54 rx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth;
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_selftest.c121 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
123 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
/f-stack/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()
/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev.c375 .max_event_port_enqueue_depth = MAX_OPDL_CONS_Q_DEPTH, in opdl_info_get()
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c345 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()
347 info->max_event_port_enqueue_depth; in devconf_set_default_sane_values()

12