Home
last modified time | relevance | path

Searched refs:event_queue_cfg (Results 1 – 25 of 39) sorted by relevance

12

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_event_internal_port.c22 uint32_t event_queue_cfg = 0; in l3fwd_event_device_setup_internal_port() local
42 event_queue_cfg |= RTE_EVENT_QUEUE_CFG_ALL_TYPES; in l3fwd_event_device_setup_internal_port()
80 return event_queue_cfg; in l3fwd_event_device_setup_internal_port()
144 l3fwd_event_queue_setup_internal_port(uint32_t event_queue_cfg) in l3fwd_event_queue_setup_internal_port() argument
151 .event_queue_cfg = event_queue_cfg, in l3fwd_event_queue_setup_internal_port()
171 event_q_conf.event_queue_cfg = event_queue_cfg; in l3fwd_event_queue_setup_internal_port()
H A Dl3fwd_event_generic.c22 uint32_t event_queue_cfg = 0; in l3fwd_event_device_setup_generic() local
41 event_queue_cfg |= RTE_EVENT_QUEUE_CFG_ALL_TYPES; in l3fwd_event_device_setup_generic()
81 return event_queue_cfg; in l3fwd_event_device_setup_generic()
149 l3fwd_event_queue_setup_generic(uint32_t event_queue_cfg) in l3fwd_event_queue_setup_generic() argument
156 .event_queue_cfg = event_queue_cfg, in l3fwd_event_queue_setup_generic()
185 event_q_conf.event_queue_cfg |= RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in l3fwd_event_queue_setup_generic()
H A Dl3fwd_event.c230 uint32_t event_queue_cfg; in l3fwd_event_resource_setup() local
246 event_queue_cfg = evt_rsrc->ops.event_device_setup(); in l3fwd_event_resource_setup()
249 evt_rsrc->ops.event_queue_setup(event_queue_cfg); in l3fwd_event_resource_setup()
H A Dl3fwd_event.h23 typedef void (*event_queue_setup_cb)(uint32_t event_queue_cfg);
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_event_internal_port.c31 uint32_t event_queue_cfg = 0; in l2fwd_event_device_setup_internal_port() local
51 event_queue_cfg |= RTE_EVENT_QUEUE_CFG_ALL_TYPES; in l2fwd_event_device_setup_internal_port()
90 return event_queue_cfg; in l2fwd_event_device_setup_internal_port()
155 uint32_t event_queue_cfg) in l2fwd_event_queue_setup_internal_port() argument
162 .event_queue_cfg = event_queue_cfg, in l2fwd_event_queue_setup_internal_port()
182 event_q_conf.event_queue_cfg = event_queue_cfg; in l2fwd_event_queue_setup_internal_port()
H A Dl2fwd_event_generic.c31 uint32_t event_queue_cfg = 0; in l2fwd_event_device_setup_generic() local
51 event_queue_cfg |= RTE_EVENT_QUEUE_CFG_ALL_TYPES; in l2fwd_event_device_setup_generic()
92 return event_queue_cfg; in l2fwd_event_device_setup_generic()
161 uint32_t event_queue_cfg) in l2fwd_event_queue_setup_generic() argument
168 .event_queue_cfg = event_queue_cfg, in l2fwd_event_queue_setup_generic()
197 event_q_conf.event_queue_cfg |= RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in l2fwd_event_queue_setup_generic()
H A Dl2fwd_event.c357 uint32_t event_queue_cfg; in l2fwd_event_resource_setup() local
374 event_queue_cfg = evt_rsrc->ops.event_device_setup(rsrc); in l2fwd_event_resource_setup()
377 evt_rsrc->ops.event_queue_setup(rsrc, event_queue_cfg); in l2fwd_event_resource_setup()
H A Dl2fwd_event.h19 uint32_t event_queue_cfg);
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.h64 uint32_t event_queue_cfg; member
H A Ddpaa2_eventdev.c511 evq_info->event_queue_cfg = queue_conf->event_queue_cfg; in dpaa2_eventdev_queue_setup()
/f-stack/dpdk/app/test/
H A Dtest_eventdev.c279 qconf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_ALL_TYPES; in test_eventdev_queue_setup()
471 uint32_t event_queue_cfg; in test_eventdev_queue_attr_event_queue_cfg() local
484 qconf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_eventdev_queue_attr_event_queue_cfg()
494 &event_queue_cfg), in test_eventdev_queue_attr_event_queue_cfg()
497 TEST_ASSERT_EQUAL(event_queue_cfg, qconf.event_queue_cfg, in test_eventdev_queue_attr_event_queue_cfg()
/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev.c262 & conf->event_queue_cfg) { in opdl_queue_setup()
268 & conf->event_queue_cfg) { in opdl_queue_setup()
285 conf->event_queue_cfg); in opdl_queue_setup()
332 .event_queue_cfg = 0, in opdl_queue_def_conf()
/f-stack/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.h52 uint32_t event_queue_cfg; member
H A Ddpaa_eventdev.c497 evq_info->event_queue_cfg = queue_conf->event_queue_cfg; in dpaa_event_queue_setup()
566 if ((event_queue->event_queue_cfg in dpaa_event_port_link()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_selftest.c335 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_single_link()
349 queue_conf.event_queue_cfg = 0; in test_single_link()
617 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_reconfiguration_link()
705 queue_conf.event_queue_cfg = 0; in test_reconfiguration_link()
729 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_reconfiguration_link()
970 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_directed_traffic()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c345 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_single_link()
359 queue_conf.event_queue_cfg = 0; in test_single_link()
640 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_reconfiguration_link()
728 queue_conf.event_queue_cfg = 0; in test_reconfiguration_link()
752 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_reconfiguration_link()
993 queue_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_SINGLE_LINK; in test_directed_traffic()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_atq.c330 q_conf.event_queue_cfg = RTE_EVENT_QUEUE_CFG_ALL_TYPES; in pipeline_atq_eventdev_setup()
335 q_conf.event_queue_cfg = in pipeline_atq_eventdev_setup()
H A Dtest_order_atq.c144 .event_queue_cfg = RTE_EVENT_QUEUE_CFG_ALL_TYPES, in order_atq_eventdev_setup()
H A Dtest_pipeline_queue.c352 q_conf.event_queue_cfg = 0; in pipeline_queue_eventdev_setup()
357 q_conf.event_queue_cfg = in pipeline_queue_eventdev_setup()
H A Dtest_perf_atq.c186 .event_queue_cfg = RTE_EVENT_QUEUE_CFG_ALL_TYPES, in perf_atq_eventdev_setup()
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c106 if (RTE_EVENT_QUEUE_CFG_ALL_TYPES & conf->event_queue_cfg) in dsw_queue_setup()
115 if (RTE_EVENT_QUEUE_CFG_SINGLE_LINK & conf->event_queue_cfg) in dsw_queue_setup()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev.c612 !(queue_conf->event_queue_cfg & in is_valid_atomic_queue_conf()
614 ((queue_conf->event_queue_cfg & in is_valid_atomic_queue_conf()
628 !(queue_conf->event_queue_cfg & in is_valid_ordered_queue_conf()
630 ((queue_conf->event_queue_cfg & in is_valid_ordered_queue_conf()
923 *attr_value = conf->event_queue_cfg; in rte_event_queue_attr_get()
926 if (conf->event_queue_cfg & RTE_EVENT_QUEUE_CFG_ALL_TYPES) in rte_event_queue_attr_get()
H A Drte_eventdev_trace.h49 rte_trace_point_emit_u32(queue_conf->event_queue_cfg);
H A Drte_eventdev.h585 uint32_t event_queue_cfg; member
/f-stack/dpdk/drivers/event/skeleton/
H A Dskeleton_eventdev.c171 queue_conf->event_queue_cfg = RTE_EVENT_QUEUE_CFG_ALL_TYPES; in skeleton_eventdev_queue_def_conf()

12