Home
last modified time | relevance | path

Searched refs:TAILQ_CONCAT (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_list.h94 TAILQ_CONCAT(head, src_head, node); in dlb2_list_splice()
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c571 TAILQ_CONCAT(&table->entries, &table->pending_add, node); in table_pending_add_admit()
605 TAILQ_CONCAT(&table->entries, &table->pending_modify0, node); in table_pending_modify0_admit()
639 TAILQ_CONCAT(&table->entries, &table->pending_modify1, node); in table_pending_modify1_admit()
673 TAILQ_CONCAT(&table->entries, &table->pending_delete, node); in table_pending_delete_admit()
/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h675 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c9068 TAILQ_CONCAT(&cmng->counters[cnt_type], in mlx5_flow_async_pool_query_handle()
H A Dmlx5_flow_dv.c6164 TAILQ_CONCAT(&cmng->counters[cnt_type], &tmp_tq, next); in flow_dv_counter_pool_prepare()