Lines Matching refs:priv_data
991 struct priv_op_data *priv_data; in test_mbufs_calculate_data_size() local
1022 priv_data = (struct priv_op_data *) in test_mbufs_calculate_data_size()
1024 data_size = strlen(test_bufs[priv_data->orig_idx]) + 1; in test_mbufs_calculate_data_size()
1194 struct priv_op_data *priv_data; in test_deflate_comp_run() local
1262 priv_data = (struct priv_op_data *) (ops[i] + 1); in test_deflate_comp_run()
1263 priv_data->orig_idx = i; in test_deflate_comp_run()
1409 struct priv_op_data *priv_data; in test_deflate_comp_finalize() local
1433 priv_data = (struct priv_op_data *)(ops_processed[i] + 1); in test_deflate_comp_finalize()
1434 uint16_t xform_idx = priv_data->orig_idx % num_xforms; in test_deflate_comp_finalize()
1445 buf_idx[priv_data->orig_idx], engine, in test_deflate_comp_finalize()
1489 priv_data = (struct priv_op_data *)(ops_processed[i] + 1); in test_deflate_comp_finalize()
1490 rte_pktmbuf_free(uncomp_bufs[priv_data->orig_idx]); in test_deflate_comp_finalize()
1491 uncomp_bufs[priv_data->orig_idx] = NULL; in test_deflate_comp_finalize()
1524 struct priv_op_data *priv_data; in test_deflate_decomp_run() local
1612 priv_data = (struct priv_op_data *)(ops[i] + 1); in test_deflate_decomp_run()
1613 uint16_t xform_idx = priv_data->orig_idx % num_xforms; in test_deflate_decomp_run()
1647 priv_data = (struct priv_op_data *) in test_deflate_decomp_run()
1650 priv_data->orig_idx % num_xforms; in test_deflate_decomp_run()
1675 priv_data = (struct priv_op_data *) in test_deflate_decomp_run()
1678 priv_data->orig_idx; in test_deflate_decomp_run()
1733 struct priv_op_data *priv_data; in test_deflate_decomp_finalize() local
1763 priv_data = (struct priv_op_data *)(ops_processed[i] + 1); in test_deflate_decomp_finalize()
1769 buf_idx[priv_data->orig_idx], engine, in test_deflate_decomp_finalize()
1841 priv_data = (struct priv_op_data *) in test_deflate_decomp_finalize()
1844 test_bufs[priv_data->orig_idx]; in test_deflate_decomp_finalize()
1871 priv_data = (struct priv_op_data *)(ops_processed[i] + 1); in test_deflate_decomp_finalize()
1872 rte_pktmbuf_free(comp_bufs[priv_data->orig_idx]); in test_deflate_decomp_finalize()
1873 comp_bufs[priv_data->orig_idx] = NULL; in test_deflate_decomp_finalize()
1907 struct priv_op_data *priv_data; in test_results_validation() local
1927 priv_data = (struct priv_op_data *)(ops_processed[i] + 1); in test_results_validation()
1930 test_bufs[priv_data->orig_idx]; in test_results_validation()