Lines Matching refs:priv_xforms
159 void **priv_xforms; member
884 memset(test_priv_data->priv_xforms, 0, array_size); in test_setup_com_bufs()
1219 void **priv_xforms = test_priv_data->priv_xforms; in test_deflate_comp_run() local
1286 &priv_xforms[i]); in test_deflate_comp_run()
1301 priv_xforms[i % num_xforms]; in test_deflate_comp_run()
1307 &priv_xforms[i]); in test_deflate_comp_run()
1319 ops[i]->private_xform = priv_xforms[i]; in test_deflate_comp_run()
1373 if (priv_xforms[i] != NULL) { in test_deflate_comp_run()
1374 rte_compressdev_private_xform_free(0, priv_xforms[i]); in test_deflate_comp_run()
1375 priv_xforms[i] = NULL; in test_deflate_comp_run()
1548 void **priv_xforms = test_priv_data->priv_xforms; in test_deflate_decomp_run() local
1632 &priv_xforms[i]); in test_deflate_decomp_run()
1652 priv_xforms[xform_idx]; in test_deflate_decomp_run()
1661 &priv_xforms[i]); in test_deflate_decomp_run()
1680 priv_xforms[xform_idx]; in test_deflate_decomp_run()
2004 void *priv_xforms[num_bufs]; in test_deflate_comp_decomp() local
2030 test_priv_data.priv_xforms = priv_xforms; in test_deflate_comp_decomp()
2154 if (priv_xforms[i] != NULL) { in test_deflate_comp_decomp()
2155 rte_compressdev_private_xform_free(0, priv_xforms[i]); in test_deflate_comp_decomp()
2156 priv_xforms[i] = NULL; in test_deflate_comp_decomp()