Lines Matching defs:fastpath_data
46 struct __rte_cache_aligned fastpath_data { struct
47 volatile int done;
48 uint32_t evdev_service_id;
49 uint32_t rxadptr_service_id;
50 uint32_t txadptr_service_id;
51 bool rx_single;
52 bool tx_single;
53 bool sched_single;
54 uint64_t rx_core[MAX_NUM_CORE];
55 uint64_t tx_core[MAX_NUM_CORE];
56 uint64_t sched_core[MAX_NUM_CORE];
57 uint64_t worker_core[MAX_NUM_CORE];
58 struct setup_data cap;