Home
last modified time | relevance | path

Searched refs:LIST_INSERT_HEAD (Results 1 – 25 of 46) sorted by relevance

12

/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.c84 LIST_INSERT_HEAD(&lif->rx_filters.by_hash[key], f, by_hash); in ionic_rx_filter_save()
88 LIST_INSERT_HEAD(&lif->rx_filters.by_id[key], f, by_id); in ionic_rx_filter_save()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c143 LIST_INSERT_HEAD(&l_inconst->cache[lcore_index]->h, lentry, next); in mlx5_list_cache_insert()
218 LIST_INSERT_HEAD(&l_inconst->cache[lcore_index]->h, in _mlx5_list_register()
253 LIST_INSERT_HEAD(&l_inconst->cache[MLX5_LIST_GLOBAL]->h, entry, next); in _mlx5_list_register()
256 LIST_INSERT_HEAD(&l_inconst->cache[lcore_index]->h, local_entry, next); in _mlx5_list_register()
H A Dmlx5_common_mr.c845 LIST_INSERT_HEAD(&share_cache->mr_list, mr, mr); in mlx5_mr_create_primary()
1037 LIST_INSERT_HEAD(&share_cache->mr_free_list, mr, mr); in mlx5_mr_release_cache()
1209 LIST_INSERT_HEAD(&share_cache->mr_free_list, mr, mr); in mlx5_free_mr_by_addr()
1648 LIST_INSERT_HEAD(&share_cache->mempool_reg_list, in mlx5_mr_mempool_register_primary()
1695 LIST_INSERT_HEAD(&share_cache->mempool_reg_list, new_mpr, next); in mlx5_mr_mempool_register_primary()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c112 LIST_INSERT_HEAD(&priv->profiles, prof, next); in mrvl_meter_profile_add()
361 LIST_INSERT_HEAD(&priv->mtrs, mtr, next); in mrvl_create()
H A Dmrvl_tm.c442 LIST_INSERT_HEAD(&priv->shaper_profiles, profile, next); in mrvl_shaper_profile_add()
683 LIST_INSERT_HEAD(&priv->nodes, node, next); in mrvl_node_add()
/dpdk/drivers/raw/cnxk_gpio/
H A Dcnxk_gpio_irq.c103 LIST_INSERT_HEAD(&irqchip->stacks, stack, next); in cnxk_gpio_irq_stack_alloc()
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h345 #define LIST_ADD(entry, list_head) LIST_INSERT_HEAD(list_head, entry, next)
355 LIST_INSERT_HEAD(head, entry, next); in list_add_tail()
/dpdk/lib/ipsec/
H A Dipsec_telemetry.c214 LIST_INSERT_HEAD(&ipsec_telemetry_list, entry, next); in rte_ipsec_telemetry_sa_add()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c789 LIST_INSERT_HEAD(&priv->mr.mr_list, mr, mr); in mlx4_mr_create_primary()
937 LIST_INSERT_HEAD(&priv->mr.mr_free_list, mr, mr); in mlx4_mr_mem_event_free_cb()
1253 LIST_INSERT_HEAD(&priv->mr.mr_list, mr, mr); in mlx4_mr_update_ext_mp_cb()
1448 LIST_INSERT_HEAD(&priv->mr.mr_free_list, mr, mr); in mlx4_mr_release()
H A Dmlx4_rxq.c119 LIST_INSERT_HEAD(&priv->rss, rss, next); in mlx4_rss_get()
/dpdk/lib/eal/windows/
H A Deal_alarm.c157 LIST_INSERT_HEAD(&alarm_list, ap, next); in rte_eal_alarm_set()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c331 LIST_INSERT_HEAD(&acts->act_list, act_data, next); in __flow_hw_act_data_general_append()
375 LIST_INSERT_HEAD(&acts->act_list, act_data, next); in __flow_hw_act_data_encap_append()
417 LIST_INSERT_HEAD(&acts->act_list, act_data, next); in __flow_hw_act_data_shared_rss_append()
1529 LIST_INSERT_HEAD(&priv->flow_hw_tbl, tbl, next); in flow_hw_table_create()
1676 LIST_INSERT_HEAD(&priv->flow_hw_at, at, next); in flow_hw_actions_template_create()
1758 LIST_INSERT_HEAD(&priv->flow_hw_itt, it, next); in flow_hw_pattern_template_create()
H A Dmlx5_rxq.c939 LIST_INSERT_HEAD(&rxq_ctrl->owners, rxq, owner_entry); in mlx5_rx_queue_setup()
1943 LIST_INSERT_HEAD(&priv->sh->shared_rxqs, tmpl, share_entry); in mlx5_rxq_new()
1945 LIST_INSERT_HEAD(&priv->rxqsctrl, tmpl, next); in mlx5_rxq_new()
1985 LIST_INSERT_HEAD(&tmpl->owners, rxq, owner_entry); in mlx5_rxq_hairpin_new()
1998 LIST_INSERT_HEAD(&priv->rxqsctrl, tmpl, next); in mlx5_rxq_hairpin_new()
2593 LIST_INSERT_HEAD(&priv->ind_tbls, ind_tbl, next); in mlx5_ind_table_obj_new()
2595 LIST_INSERT_HEAD(&priv->standalone_ind_tbls, ind_tbl, next); in mlx5_ind_table_obj_new()
H A Dmlx5_txq.c1111 LIST_INSERT_HEAD(&priv->txqsctrl, tmpl, next); in mlx5_txq_new()
1155 LIST_INSERT_HEAD(&priv->txqsctrl, tmpl, next); in mlx5_txq_hairpin_new()
H A Dmlx5_trigger.c96 LIST_INSERT_HEAD(&priv->txqsobj, txq_ctrl->obj, next); in mlx5_txq_start()
232 LIST_INSERT_HEAD(&priv->rxqsobj, rxq_ctrl->obj, next); in mlx5_rxq_start()
/dpdk/lib/eal/freebsd/
H A Deal_alarm.c231 LIST_INSERT_HEAD(&alarm_list, new_alarm, next); in rte_eal_alarm_set()
/dpdk/lib/eal/linux/
H A Deal_alarm.c160 LIST_INSERT_HEAD(&alarm_list, new_alarm, next); in rte_eal_alarm_set()
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c3007 LIST_INSERT_HEAD(&enic->flows, flow, next); in enic_fm_flow_create()
3071 LIST_INSERT_HEAD(&internal, flow, next); in enic_fm_flow_flush()
3089 LIST_INSERT_HEAD(&enic->flows, flow, next); in enic_fm_flow_flush()
3454 LIST_INSERT_HEAD(&pf->flows, flow0, next); in enic_fm_add_rep2vf_flow()
3487 LIST_INSERT_HEAD(&pf->flows, flow1, next); in enic_fm_add_rep2vf_flow()
3547 LIST_INSERT_HEAD(&pf->flows, flow0, next); in enic_fm_add_vf2rep_flow()
3580 LIST_INSERT_HEAD(&pf->flows, flow1, next); in enic_fm_add_vf2rep_flow()
/dpdk/drivers/net/tap/
H A Dtap_flow.c1418 LIST_INSERT_HEAD(&pmd->flows, flow, next); in tap_flow_create()
1761 LIST_INSERT_HEAD(&pmd->implicit_flows, remote_flow, next); in tap_flow_implicit_create()
1952 LIST_INSERT_HEAD(&pmd->rss_flows, rss_flow, next); in rss_enable()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c329 LIST_INSERT_HEAD(&priv->shaper_profiles, profile, next); in dpaa2_shaper_profile_add()
522 LIST_INSERT_HEAD(&priv->nodes, node, next); in dpaa2_node_add()
/dpdk/lib/bpf/
H A Dbpf_pkt.c151 LIST_INSERT_HEAD(&cbh->list, cbi, link); in bpf_eth_cbh_add()
/dpdk/lib/eal/common/
H A Dmalloc_elem.c409 LIST_INSERT_HEAD(&elem->heap->free_head[idx], elem, free_list); in malloc_elem_free_list_insert()
/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c628 LIST_INSERT_HEAD(&vdev_netvsc_ctx_list, ctx, entry); in vdev_netvsc_netvsc_probe()
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c197 LIST_INSERT_HEAD(&pf->flow_counters, cnt, next); in hns3_counter_new()
268 LIST_INSERT_HEAD(&indir_counters, cnt_ptr, next); in hns3_counter_flush()
280 LIST_INSERT_HEAD(&pf->flow_counters, cnt_ptr, next); in hns3_counter_flush()
/dpdk/lib/hash/
H A Drte_thash.c624 LIST_INSERT_HEAD(&ctx->head, ent, next); in rte_thash_add_helper()

12