Home
last modified time | relevance | path

Searched refs:LIST_INIT (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.c30 LIST_INIT(&lif->rx_filters.by_hash[i]); in ionic_rx_filters_init()
31 LIST_INIT(&lif->rx_filters.by_id[i]); in ionic_rx_filters_init()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c492 LIST_INIT(&priv->profiles); in mrvl_mtr_init()
493 LIST_INIT(&priv->mtrs); in mrvl_mtr_init()
H A Dmrvl_tm.c76 LIST_INIT(&priv->shaper_profiles); in mrvl_tm_init()
77 LIST_INIT(&priv->nodes); in mrvl_tm_init()
H A Dmrvl_flow.c1968 LIST_INIT(&priv->flows); in mrvl_flow_init()
/dpdk/drivers/raw/cnxk_gpio/
H A Dcnxk_gpio_irq.c142 LIST_INIT(&irqchip->stacks); in cnxk_gpio_irq_init()
/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h491 LIST_INIT(head2); \
498 LIST_INIT(head2); \
526 #define LIST_INIT(head) do { \ macro
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c24 LIST_INIT(&l_inconst->cache[MLX5_LIST_GLOBAL]->h); in mlx5_list_init()
189 LIST_INIT(&l_inconst->cache[lcore_index]->h); in _mlx5_list_register()
H A Dmlx5_common_mr.c559 LIST_INIT(&share_cache->mr_free_list); in mlx5_mr_garbage_collect()
1039 LIST_INIT(&share_cache->mr_list); in mlx5_mr_release_cache()
/dpdk/drivers/net/enic/
H A Denic_vf_representor.c706 LIST_INIT(&vf_enic->flows); in enic_vf_representor_init()
707 LIST_INIT(&vf_enic->memzone_list); in enic_vf_representor_init()
H A Denic_main.c1859 LIST_INIT(&enic->flows); in enic_dev_init()
1927 LIST_INIT(&enic->memzone_list); in enic_probe()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c26 LIST_INIT(&priv->shaper_profiles); in dpaa2_tm_init()
27 LIST_INIT(&priv->nodes); in dpaa2_tm_init()
/dpdk/drivers/net/mlx5/
H A Dmlx5.c441 LIST_INIT(&sh->aso_age_mng->free); in mlx5_flow_aso_age_mng_init()
493 LIST_INIT(&age_info->aged_aso); in mlx5_flow_aging_init()
656 LIST_INIT(&sh->mtrmng->pools_mng.meters); in mlx5_aso_flow_mtrs_mng_init()
759 LIST_INIT(&sh->ct_mng->free_cts); in mlx5_flow_aso_ct_mng_init()
H A Dmlx5_rxq.c1732 LIST_INIT(&tmpl->owners); in mlx5_rxq_new()
1983 LIST_INIT(&tmpl->owners); in mlx5_rxq_hairpin_new()
H A Dmlx5_flow_hw.c1515 LIST_INIT(&tbl->ats[i].acts.act_list); in flow_hw_table_create()
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h337 #define INIT_LIST_HEAD(list_head) LIST_INIT(list_head)
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c500 LIST_INIT(&priv->mr.mr_free_list); in mlx4_mr_garbage_collect()
1450 LIST_INIT(&priv->mr.mr_list); in mlx4_mr_release()
H A Dmlx4.c721 LIST_INIT(&sd->mem_event_cb_list); in mlx4_init_once()
/dpdk/lib/hash/
H A Drte_thash.c261 LIST_INIT(&ctx->head); in rte_thash_init_ctx()
/dpdk/examples/vm_power_manager/
H A Dchannel_manager.c956 LIST_INIT(&vm_list_head); in channel_manager_init()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2102 LIST_INIT(&pmd->flows); in eth_dev_tap_create()
2143 LIST_INIT(&pmd->implicit_flows); in eth_dev_tap_create()
/dpdk/lib/eal/common/
H A Dmalloc_heap.c1359 LIST_INIT(heap->free_head); in malloc_heap_create()
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c1143 LIST_INIT(&hv->hotadd_list); in eth_hn_dev_init()
/dpdk/drivers/net/ice/
H A Dice_ethdev.c681 LIST_INIT(&pool->alloc_list); in ice_res_pool_init()
682 LIST_INIT(&pool->free_list); in ice_res_pool_init()
789 LIST_INIT(&pool->alloc_list); in ice_res_pool_destroy()
790 LIST_INIT(&pool->free_list); in ice_res_pool_destroy()
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c263 LIST_INIT(&indir_counters); in hns3_counter_flush()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c612 LIST_INIT(&sh->shared_rxqs); in mlx5_alloc_shared_dr()

12