Searched refs:SLIST_REMOVE (Results 1 – 5 of 5) sorted by relevance
| /dpdk/examples/cmdline/ |
| H A D | commands.c | 81 SLIST_REMOVE(&global_obj_list, res->obj, object, next); in cmd_obj_del_show_parsed()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_mem.c | 30 SLIST_REMOVE(&priv->mr_list, entry, mlx5_vdpa_query_mr, next); in mlx5_vdpa_mem_dereg()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_filter.c | 185 SLIST_REMOVE(&qdev->arfs_info.arfs_list_head, tmp, in qede_fdir_dealloc_resc() 295 SLIST_REMOVE(&qdev->arfs_info.arfs_list_head, tmp, in qede_config_arfs_filter()
|
| H A D | qede_ethdev.c | 684 SLIST_REMOVE(&qdev->uc_list_head, tmp, qede_ucast_entry, list); in qede_ucast_filter() 978 SLIST_REMOVE(&qdev->vlan_list_head, tmp, qede_vlan_entry, list); in qede_vlan_filter_set()
|
| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 243 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|