Home
last modified time | relevance | path

Searched refs:RTE_DISTRIBUTOR_NAMESIZE (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/distributor/
H A Ddistributor_private.h45 #define RTE_DISTRIBUTOR_NAMESIZE 32 /**< Length of name for instance */ macro
82 char name[RTE_DISTRIBUTOR_NAMESIZE]; /**< Name of the ring. */
132 char name[RTE_DISTRIBUTOR_NAMESIZE]; /**< Name of the ring. */
H A Drte_distributor_single.h20 #define RTE_DISTRIBUTOR_NAMESIZE 32 /**< Length of name for instance */ macro