Lines Matching defs:name
33 * is identified by name.
40 char name[RTE_TAILQ_NAMESIZE];
50 const char name[RTE_TAILQ_NAMESIZE];
62 * @param name
63 * The name of tailq
66 * The name of the list type we are using. (Generally this is the same as the
75 #define RTE_TAILQ_LOOKUP(name, struct_name) \
76 RTE_TAILQ_CAST(rte_eal_tailq_lookup(name), struct_name)
90 * queue identified by the name given as an argument.
94 * @param name
95 * The name of the queue.
99 struct rte_tailq_head *rte_eal_tailq_lookup(const char *name);
112 * The tailq element which contains the name of the tailq you want to
123 rte_panic("Cannot initialize tailq: %s\n", t.name); \