Home
last modified time | relevance | path

Searched refs:LIST_NEXT (Results 1 – 17 of 17) sorted by relevance

/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h464 if (LIST_NEXT((elm), field) != NULL && \
495 curelm = LIST_NEXT(curelm, field); \
509 (var) = LIST_NEXT((var), field))
514 (var) = LIST_NEXT((var), field))
532 if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\
533 LIST_NEXT((listelm), field)->field.le_prev = \
534 &LIST_NEXT((elm), field); \
535 LIST_NEXT((listelm), field) = (elm); \
542 LIST_NEXT((elm), field) = (listelm); \
567 if (LIST_NEXT((elm), field) != NULL) \
[all …]
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c1161 while (LIST_NEXT(curr, next) && in mlx4_flow_create()
1162 LIST_NEXT(curr, next)->internal) in mlx4_flow_create()
1163 curr = LIST_NEXT(curr, next); in mlx4_flow_create()
1238 struct rte_flow *next = LIST_NEXT(flow, next); in mlx4_flow_flush()
1408 flow = LIST_NEXT(flow, next)) { in mlx4_flow_internal()
1464 flow = LIST_NEXT(flow, next)) { in mlx4_flow_internal()
1506 struct rte_flow *next = LIST_NEXT(flow, next); in mlx4_flow_internal()
H A Dmlx4_mr.c507 mr_next = LIST_NEXT(mr, mr); in mlx4_mr_garbage_collect()
1446 mr_next = LIST_NEXT(mr, mr); in mlx4_mr_release()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c509 mtr && (tmp_mtr = LIST_NEXT(mtr, next), 1); in mrvl_mtr_deinit()
514 profile && (tmp_profile = LIST_NEXT(profile, next), 1); in mrvl_mtr_deinit()
H A Dmrvl_tm.c98 struct mrvl_tm_shaper_profile *next = LIST_NEXT(profile, next); in mrvl_tm_deinit()
106 struct mrvl_tm_node *next = LIST_NEXT(node, next); in mrvl_tm_deinit()
/dpdk/lib/hash/
H A Drte_thash.c351 ent = LIST_NEXT(ent, next); in rte_thash_free_ctx()
587 next_ent = LIST_NEXT(cur_ent, next); in rte_thash_add_helper()
596 next_ent = LIST_NEXT(next_ent, next); in rte_thash_add_helper()
/dpdk/lib/eal/freebsd/
H A Deal_alarm.c238 if (LIST_NEXT(ap, next) == NULL) { in rte_eal_alarm_set()
/dpdk/lib/eal/linux/
H A Deal_alarm.c169 if (LIST_NEXT(ap, next) == NULL) { in rte_eal_alarm_set()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c98 entry = LIST_NEXT(entry, next); in __list_lookup()
158 struct mlx5_list_entry *nentry = LIST_NEXT(entry, next); in __list_cache_clean()
H A Dmlx5_common_mr.c566 mr_next = LIST_NEXT(mr, mr); in mlx5_mr_garbage_collect()
1035 mr_next = LIST_NEXT(mr, mr); in mlx5_mr_release_cache()
/dpdk/lib/eal/common/
H A Dmalloc_heap.c159 !!elem; elem = LIST_NEXT(elem, free_list)) { in find_suitable_element()
192 !!elem; elem = LIST_NEXT(elem, free_list)) { in find_biggest_element()
1113 !!elem; elem = LIST_NEXT(elem, free_list)) in malloc_heap_get_stats()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c2990 curr = LIST_NEXT(curr, next); in dpaa2_flow_entry_update()
3141 curr = LIST_NEXT(curr, next); in dpaa2_flow_entry_update()
3250 curr = LIST_NEXT(curr, next); in dpaa2_flow_entry_update()
3272 curr = LIST_NEXT(curr, next); in dpaa2_flow_verify_attr()
3830 while (LIST_NEXT(curr, next)) in dpaa2_generic_flow_set()
3831 curr = LIST_NEXT(curr, next); in dpaa2_generic_flow_set()
4163 struct rte_flow *next = LIST_NEXT(flow, next); in dpaa2_flow_flush()
H A Ddpaa2_tm.c40 struct dpaa2_tm_shaper_profile *next = LIST_NEXT(profile, next); in dpaa2_tm_deinit()
48 struct dpaa2_tm_node *next = LIST_NEXT(node, next); in dpaa2_tm_deinit()
/dpdk/drivers/net/tap/
H A Dtap_flow.c1788 remote_flow = LIST_NEXT(remote_flow, next)) { in tap_flow_implicit_destroy()
/dpdk/drivers/net/ice/
H A Dice_ethdev.c773 entry && (next_entry = LIST_NEXT(entry, next), 1); in ice_res_pool_destroy()
780 entry && (next_entry = LIST_NEXT(entry, next), 1); in ice_res_pool_destroy()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c9458 e = LIST_NEXT(e, next); in mlx5_flow_dev_dump_sh_all()
9489 e = LIST_NEXT(e, next); in mlx5_flow_dev_dump_sh_all()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4934 entry && (next_entry = LIST_NEXT(entry, next), 1); in i40e_res_pool_destroy()
4941 entry && (next_entry = LIST_NEXT(entry, next), 1); in i40e_res_pool_destroy()