Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_stack.c30 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()
33 if (ret != bulk_sz) { in test_stack_push_pop()
35 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()
40 if (rte_stack_count(s) != i + bulk_sz) { in test_stack_push_pop()
43 i + bulk_sz); in test_stack_push_pop()
51 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()
57 for (i = 0; i < STACK_SIZE; i += bulk_sz) { in test_stack_push_pop()
60 if (ret != bulk_sz) { in test_stack_push_pop()
62 __func__, __LINE__, ret, bulk_sz); in test_stack_push_pop()
70 STACK_SIZE - i - bulk_sz); in test_stack_push_pop()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h590 uint32_t bulk_sz);