Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_tailqs.c46 if (!strncmp(name, mcfg->tailq_head[i].name, in rte_eal_tailq_lookup()
48 return &mcfg->tailq_head[i]; in rte_eal_tailq_lookup()
64 const struct rte_tailq_head *tailq = &mcfg->tailq_head[i]; in rte_dump_tailq()
65 const struct rte_tailq_entry_head *head = &tailq->tailq_head; in rte_dump_tailq()
83 head = &mcfg->tailq_head[rte_tailqs_count]; in rte_eal_tailq_create()
85 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
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_tailq.h41 struct rte_tailq_entry_head tailq_head; /**< NOTE: must be first element */ member
59 (struct struct_name *)&(tailq_entry)->tailq_head
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_tailq.h41 struct rte_tailq_entry_head tailq_head; /**< NOTE: must be first element */ member
59 (struct struct_name *)&(tailq_entry)->tailq_head