Home
last modified time | relevance | path

Searched refs:tailq_head (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_tailqs.c35 if (!strncmp(name, mcfg->tailq_head[i].name, in rte_eal_tailq_lookup()
37 return &mcfg->tailq_head[i]; in rte_eal_tailq_lookup()
53 const struct rte_tailq_head *tailq = &mcfg->tailq_head[i]; in rte_dump_tailq()
54 const struct rte_tailq_entry_head *head = &tailq->tailq_head; in rte_dump_tailq()
72 head = &mcfg->tailq_head[rte_tailqs_count]; in rte_eal_tailq_create()
74 TAILQ_INIT(&head->tailq_head); in rte_eal_tailq_create()
H A Deal_memcfg.h52 struct rte_tailq_head tailq_head[RTE_MAX_TAILQ]; member
/dpdk/lib/eal/include/
H A Drte_tailq.h40 struct rte_tailq_entry_head tailq_head; /**< NOTE: must be first element */ member
58 (struct struct_name *)&(tailq_entry)->tailq_head