Home
last modified time | relevance | path

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

/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h189 SLIST_INIT(head2); \
194 SLIST_INIT(head2); \
227 #define SLIST_INIT(head) do { \ macro
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_mem.c34 SLIST_INIT(&priv->mr_list); in mlx5_vdpa_mem_dereg()
H A Dmlx5_vdpa.c650 SLIST_INIT(&priv->mr_list); in mlx5_vdpa_dev_probe()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c756 SLIST_INIT(&qdev->mc_list_head); in qede_del_mcast_filters()
2709 SLIST_INIT(&adapter->arfs_info.arfs_list_head); in qede_common_dev_init()
2710 SLIST_INIT(&adapter->vlan_list_head); in qede_common_dev_init()
2711 SLIST_INIT(&adapter->uc_list_head); in qede_common_dev_init()
2712 SLIST_INIT(&adapter->mc_list_head); in qede_common_dev_init()
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c3166 SLIST_INIT(&fm->counters); in enic_fm_init_counters()