Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.h66 struct qat_sgl *qat_sgl_dst_d; member
H A Dqat_comp_pmd.c90 rte_free(cookie->qat_sgl_dst_d); in qat_comp_qp_release()
157 cookie->qat_sgl_dst_d = rte_zmalloc_socket(NULL, in qat_comp_qp_setup()
164 cookie->qat_sgl_dst_d == NULL) { in qat_comp_qp_setup()
175 rte_malloc_virt2iova(cookie->qat_sgl_dst_d); in qat_comp_qp_setup()
H A Dqat_comp.c255 tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, in qat_comp_build_request()
272 cookie->qat_sgl_dst_d = (struct qat_sgl *)tmp; in qat_comp_build_request()
275 rte_malloc_virt2iova(cookie->qat_sgl_dst_d); in qat_comp_build_request()
280 cookie->qat_sgl_dst_d, in qat_comp_build_request()