Searched refs:comp_bufs (Results 1 – 6 of 6) sorted by relevance
90 if (mem->comp_bufs != NULL) in comp_perf_free_memory()92 rte_pktmbuf_free(mem->comp_bufs[i]); in comp_perf_free_memory()95 rte_free(mem->comp_bufs); in comp_perf_free_memory()316 mem->comp_bufs = rte_zmalloc_socket(NULL, in comp_perf_allocate_memory()319 if (mem->comp_bufs == NULL) { in comp_perf_allocate_memory()434 mem->comp_bufs[i] = in prepare_bufs()436 if (mem->comp_bufs[i] == NULL) { in prepare_bufs()442 rte_pktmbuf_attach_extbuf(mem->comp_bufs[i], in prepare_bufs()451 mem->comp_bufs[i], in prepare_bufs()486 if (rte_pktmbuf_chain(mem->comp_bufs[i], in prepare_bufs()
23 struct rte_mbuf **comp_bufs; member
94 output_bufs = mem->comp_bufs; in main_loop()106 input_bufs = mem->comp_bufs; in main_loop()
99 output_bufs = mem->comp_bufs; in main_loop()113 input_bufs = mem->comp_bufs; in main_loop()
204 output_bufs = mem->comp_bufs; in main_loop()216 input_bufs = mem->comp_bufs; in main_loop()
156 struct rte_mbuf **comp_bufs; member1215 struct rte_mbuf **comp_bufs = test_priv_data->comp_bufs; in test_deflate_comp_run() local1236 ops[i]->m_dst = comp_bufs[i]; in test_deflate_comp_run()1244 rte_pktmbuf_pkt_len(comp_bufs[i])); in test_deflate_comp_run()1545 struct rte_mbuf **comp_bufs = test_priv_data->comp_bufs; in test_deflate_decomp_run() local1566 ops[i]->m_src = comp_bufs[i]; in test_deflate_decomp_run()1744 struct rte_mbuf **comp_bufs = test_priv_data->comp_bufs; in test_deflate_decomp_finalize() local1873 comp_bufs[priv_data->orig_idx] = NULL; in test_deflate_decomp_finalize()2001 struct rte_mbuf *comp_bufs[num_bufs]; in test_deflate_comp_decomp() local2027 test_priv_data.comp_bufs = comp_bufs; in test_deflate_comp_decomp()[all …]