Lines Matching defs:txa_service_data
98 struct txa_service_data { struct
100 uint32_t max_nb_tx;
102 uint32_t nb_queues;
104 rte_spinlock_t tx_lock;
106 uint8_t port_id;
108 uint8_t eventdev_id;
110 uint16_t dev_count;
112 int loop_cnt;
114 struct txa_service_ethdev *txa_ethdev;
116 struct rte_event_eth_tx_adapter_stats stats;
118 uint8_t id;
120 uint8_t conf_free;
122 rte_event_eth_tx_adapter_conf_cb conf_cb;
124 void *conf_arg;
149 static struct txa_service_data **txa_service_data_array; argument