Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c418 struct rte_event_port_conf adptr_p_conf = { in init_adapters() local
424 if (adptr_p_conf.new_event_threshold > dev_info.max_num_events) in init_adapters()
425 adptr_p_conf.new_event_threshold = dev_info.max_num_events; in init_adapters()
426 if (adptr_p_conf.dequeue_depth > dev_info.max_event_port_dequeue_depth) in init_adapters()
427 adptr_p_conf.dequeue_depth = in init_adapters()
429 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
430 adptr_p_conf.enqueue_depth = in init_adapters()
436 &adptr_p_conf); in init_adapters()
442 &adptr_p_conf); in init_adapters()
H A Dpipeline_worker_tx.c746 struct rte_event_port_conf adptr_p_conf = { in init_adapters() local
753 if (adptr_p_conf.new_event_threshold > dev_info.max_num_events) in init_adapters()
754 adptr_p_conf.new_event_threshold = dev_info.max_num_events; in init_adapters()
755 if (adptr_p_conf.dequeue_depth > dev_info.max_event_port_dequeue_depth) in init_adapters()
756 adptr_p_conf.dequeue_depth = in init_adapters()
758 if (adptr_p_conf.enqueue_depth > dev_info.max_event_port_enqueue_depth) in init_adapters()
759 adptr_p_conf.enqueue_depth = in init_adapters()
771 &adptr_p_conf); in init_adapters()
821 &adptr_p_conf); in init_adapters()