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