Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_compressdev.c112 uint16_t orig_idx; member
1263 priv_data->orig_idx = i; in test_deflate_comp_run()
1433 uint16_t xform_idx = priv_data->orig_idx % num_xforms; in test_deflate_comp_finalize()
1489 rte_pktmbuf_free(uncomp_bufs[priv_data->orig_idx]); in test_deflate_comp_finalize()
1490 uncomp_bufs[priv_data->orig_idx] = NULL; in test_deflate_comp_finalize()
1649 priv_data->orig_idx % num_xforms; in test_deflate_decomp_run()
1677 priv_data->orig_idx; in test_deflate_decomp_run()
1842 test_bufs[priv_data->orig_idx]; in test_deflate_decomp_finalize()
1870 rte_pktmbuf_free(comp_bufs[priv_data->orig_idx]); in test_deflate_decomp_finalize()
1871 comp_bufs[priv_data->orig_idx] = NULL; in test_deflate_decomp_finalize()
[all …]