| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 464 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 D | mlx4_flow.c | 1161 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 D | mlx4_mr.c | 507 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 D | mrvl_mtr.c | 509 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 D | mrvl_tm.c | 98 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 D | rte_thash.c | 351 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 D | eal_alarm.c | 238 if (LIST_NEXT(ap, next) == NULL) { in rte_eal_alarm_set()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_alarm.c | 169 if (LIST_NEXT(ap, next) == NULL) { in rte_eal_alarm_set()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_utils.c | 98 entry = LIST_NEXT(entry, next); in __list_lookup() 158 struct mlx5_list_entry *nentry = LIST_NEXT(entry, next); in __list_cache_clean()
|
| H A D | mlx5_common_mr.c | 566 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 D | malloc_heap.c | 159 !!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 D | dpaa2_flow.c | 2990 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 D | dpaa2_tm.c | 40 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 D | tap_flow.c | 1788 remote_flow = LIST_NEXT(remote_flow, next)) { in tap_flow_implicit_destroy()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 773 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 D | mlx5_flow.c | 9458 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 D | i40e_ethdev.c | 4934 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()
|