Home
last modified time | relevance | path

Searched refs:adptr_p_conf (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c418 struct rte_event_port_conf adptr_p_conf = { in init_adapters() local
425 if (adptr_p_conf.new_event_threshold > dev_info.max_num_events) in init_adapters()
426 adptr_p_conf.new_event_threshold = dev_info.max_num_events; in init_adapters()
427 if (adptr_p_conf.dequeue_depth > dev_info.max_event_port_dequeue_depth) in init_adapters()
428 adptr_p_conf.dequeue_depth = in init_adapters()
430 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
431 adptr_p_conf.enqueue_depth = in init_adapters()
437 &adptr_p_conf); in init_adapters()
443 &adptr_p_conf); in init_adapters()
H A Dpipeline_worker_tx.c768 struct rte_event_port_conf adptr_p_conf = { in init_adapters() local
776 if (adptr_p_conf.new_event_threshold > dev_info.max_num_events) in init_adapters()
777 adptr_p_conf.new_event_threshold = dev_info.max_num_events; in init_adapters()
778 if (adptr_p_conf.dequeue_depth > dev_info.max_event_port_dequeue_depth) in init_adapters()
779 adptr_p_conf.dequeue_depth = in init_adapters()
781 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
782 adptr_p_conf.enqueue_depth = in init_adapters()
794 &adptr_p_conf); in init_adapters()
844 &adptr_p_conf); in init_adapters()