Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_distributor/
H A Ddistributor_private.h49 #define RTE_DISTRIBUTOR_NAMESIZE 32 /**< Length of name for instance */ macro
86 char name[RTE_DISTRIBUTOR_NAMESIZE]; /**< Name of the ring. */
136 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