Home
last modified time | relevance | path

Searched refs:bulk_sz (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_stack.c31 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()
34 if (ret != bulk_sz) { in test_stack_push_pop()
36 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()
41 if (rte_stack_count(s) != i + bulk_sz) { in test_stack_push_pop()
44 i + bulk_sz); in test_stack_push_pop()
52 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()
58 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()
61 if (ret != bulk_sz) { in test_stack_push_pop()
63 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()
71 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()
[all …]
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h389 uint32_t bulk_sz);