Home
last modified time | relevance | path

Searched refs:private_xform_free (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/compressdev/
H A Drte_compressdev_pmd.h274 compressdev_private_xform_free_t private_xform_free; member
H A Drte_compressdev.c692 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->private_xform_free, -ENOTSUP); in rte_compressdev_private_xform_free()
693 ret = dev->dev_ops->private_xform_free(dev, priv_xform); in rte_compressdev_private_xform_free()
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen1.c68 .private_xform_free = qat_comp_private_xform_free,
H A Dqat_comp_pmd_gen4.c55 .private_xform_free = qat_comp_private_xform_free,
/dpdk/drivers/compress/zlib/
H A Dzlib_pmd_ops.c301 .private_xform_free = zlib_pmd_private_xform_free,
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c372 .private_xform_free = isal_comp_pmd_priv_xform_free,
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c554 .private_xform_free = zip_pmd_stream_free,
/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c616 .private_xform_free = qat_comp_private_xform_free
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c449 .private_xform_free = mlx5_compress_xform_free,