Searched defs:rte_distributor_buffer (Results 1 – 1 of 1) sorted by relevance
119 struct rte_distributor_buffer { struct120 volatile int64_t bufptr64[RTE_DIST_BURST_SIZE]123 int64_t pad1 __rte_cache_aligned; /* <= one cache line */125 volatile int64_t retptr64[RTE_DIST_BURST_SIZE]151 struct rte_distributor_buffer bufs[RTE_DISTRIB_MAX_WORKERS]; argument