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()
1547 void **priv_xforms = test_priv_data->priv_xforms; in test_deflate_decomp_run() local
1631 &priv_xforms[i]); in test_deflate_decomp_run()
1651 priv_xforms[xform_idx]; in test_deflate_decomp_run()
1660 &priv_xforms[i]); in test_deflate_decomp_run()
1679 priv_xforms[xform_idx]; in test_deflate_decomp_run()
2002 void *priv_xforms[num_bufs]; in test_deflate_comp_decomp() local
2028 test_priv_data.priv_xforms = priv_xforms; in test_deflate_comp_decomp()
2151 if (priv_xforms[i] != NULL) { in test_deflate_comp_decomp()
2152 rte_compressdev_private_xform_free(0, priv_xforms[i]); in test_deflate_comp_decomp()
2153 priv_xforms[i] = NULL; in test_deflate_comp_decomp()