Searched refs:tx_p_conf (Results 1 – 2 of 2) sorted by relevance
228 struct rte_event_port_conf tx_p_conf; in tx_adapter_create() local244 memset(&tx_p_conf, 0, sizeof(tx_p_conf)); in tx_adapter_create()272 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create()273 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth; in tx_adapter_create()274 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in tx_adapter_create()276 &tx_p_conf); in tx_adapter_create()293 struct rte_event_port_conf tx_p_conf; in tx_adapter_create_free() local298 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create_free()299 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth; in tx_adapter_create_free()307 &tx_p_conf); in tx_adapter_create_free()[all …]
49 struct rte_event_port_conf tx_p_conf = {0};53 tx_p_conf.new_event_threshold = dev_info.max_num_events;54 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth;55 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth;57 err = rte_event_eth_tx_adapter_create(id, dev_id, &tx_p_conf);