Searched refs:swq_list (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_swq.c | 16 TAILQ_INIT(&p->swq_list); in softnic_swq_init() 27 swq = TAILQ_FIRST(&p->swq_list); in softnic_swq_free() 31 TAILQ_REMOVE(&p->swq_list, swq, node); in softnic_swq_free() 42 TAILQ_FOREACH_SAFE(swq, &p->swq_list, node, tswq) { in softnic_softnic_swq_free_keep_rxq_txq() 47 TAILQ_REMOVE(&p->swq_list, swq, node); in softnic_softnic_swq_free_keep_rxq_txq() 62 TAILQ_FOREACH(swq, &p->swq_list, node) in softnic_swq_find() 111 TAILQ_INSERT_TAIL(&p->swq_list, swq, node); in softnic_swq_create()
|
| H A D | rte_eth_softnic_internals.h | 619 struct softnic_swq_list swq_list; member
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | swq.c | 12 static struct swq_list swq_list; variable 17 TAILQ_INIT(&swq_list); in swq_init() 30 TAILQ_FOREACH(swq, &swq_list, node) in swq_find() 73 TAILQ_INSERT_TAIL(&swq_list, swq, node); in swq_create()
|
| H A D | swq.h | 21 TAILQ_HEAD(swq_list, swq);
|