Searched refs:ZLIB_PMD_ERR (Results 1 – 3 of 3) sorted by relevance
32 ZLIB_PMD_ERR("Invalid flush value\n"); in process_zlib_deflate()38 ZLIB_PMD_ERR("Invalid z_stream\n"); in process_zlib_deflate()101 ZLIB_PMD_ERR("stats not updated for status:%d\n", in process_zlib_deflate()117 ZLIB_PMD_ERR("Invalid z_stream\n"); in process_zlib_inflate()187 ZLIB_PMD_ERR("stats not produced for status:%d\n", in process_zlib_inflate()241 ZLIB_PMD_ERR("Compression algorithm not supported\n"); in zlib_set_stream_parameters()262 ZLIB_PMD_ERR("Compression level %d " in zlib_set_stream_parameters()281 ZLIB_PMD_ERR("Compression strategy not supported\n"); in zlib_set_stream_parameters()287 ZLIB_PMD_ERR("Deflate init failed\n"); in zlib_set_stream_parameters()301 ZLIB_PMD_ERR("Compression algorithm not supported\n"); in zlib_set_stream_parameters()[all …]
50 ZLIB_PMD_ERR("Cannot create private xform pool on " in zlib_pmd_config()168 ZLIB_PMD_ERR("Unable to reuse existing ring %s for processed" in zlib_pmd_qp_create_processed_pkts_ring()227 ZLIB_PMD_ERR("invalid xform struct"); in zlib_pmd_stream_create()232 ZLIB_PMD_ERR("Couldn't get object from session mempool"); in zlib_pmd_stream_create()240 ZLIB_PMD_ERR("failed configure session parameters"); in zlib_pmd_stream_create()
24 #define ZLIB_PMD_ERR(fmt, args...) \ macro