Home
last modified time | relevance | path

Searched refs:QAT_DP_HEXDUMP_LOG (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/crypto/qat/
H A Dqat_sym.h200 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: src before post-process:", in qat_bpicipher_postprocess()
203 QAT_DP_HEXDUMP_LOG(DEBUG, in qat_bpicipher_postprocess()
210 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: src after post-process:", in qat_bpicipher_postprocess()
213 QAT_DP_HEXDUMP_LOG(DEBUG, in qat_bpicipher_postprocess()
302 QAT_DP_HEXDUMP_LOG(DEBUG, "qat_response:", (uint8_t *)resp_msg, in qat_sym_process_response()
383 QAT_DP_HEXDUMP_LOG(DEBUG, "qat_req:", qat_req, in qat_sym_debug_log_dump()
386 QAT_DP_HEXDUMP_LOG(DEBUG, "src_data:", vec[i].base, vec[i].len); in qat_sym_debug_log_dump()
388 QAT_DP_HEXDUMP_LOG(DEBUG, "cipher iv:", cipher_iv->va, in qat_sym_debug_log_dump()
391 QAT_DP_HEXDUMP_LOG(DEBUG, "auth iv:", auth_iv->va, in qat_sym_debug_log_dump()
394 QAT_DP_HEXDUMP_LOG(DEBUG, "aad:", aad->va, in qat_sym_debug_log_dump()
[all …]
H A Dqat_asym.c40 #define HEXDUMP(name, where, size) QAT_DP_HEXDUMP_LOG(DEBUG, name, \
42 #define HEXDUMP_OFF(name, where, size, idx) QAT_DP_HEXDUMP_LOG(DEBUG, name, \
45 #define HEXDUMP_OFF_F(name, idx) QAT_DP_HEXDUMP_LOG(DEBUG, name, \
/dpdk/drivers/common/qat/
H A Dqat_logs.h19 #define QAT_DP_HEXDUMP_LOG(level, title, buf, len) \ macro
H A Dqat_common.c77 QAT_DP_HEXDUMP_LOG(DEBUG, "qat SGL", in qat_sgl_fill_array()
H A Dqat_qp.c930 QAT_DP_HEXDUMP_LOG(DEBUG, "NULL request", &null_msg, sizeof(null_msg)); in qat_cq_get_fw_version()
943 QAT_DP_HEXDUMP_LOG(DEBUG, "NULL response:", &response, in qat_cq_get_fw_version()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gens.h79 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: src before pre-process:", in qat_bpicipher_preprocess()
82 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: dst before pre-process:", in qat_bpicipher_preprocess()
88 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: src after pre-process:", in qat_bpicipher_preprocess()
91 QAT_DP_HEXDUMP_LOG(DEBUG, "BPI: dst after pre-process:", in qat_bpicipher_preprocess()
/dpdk/drivers/compress/qat/
H A Dqat_comp.c329 QAT_DP_HEXDUMP_LOG(DEBUG, "qat compression message:", comp_req, in qat_comp_build_request()
581 QAT_DP_HEXDUMP_LOG(DEBUG, "qat_response:", (uint8_t *)resp_msg, in qat_comp_process_response()
930 QAT_DP_HEXDUMP_LOG(DEBUG, "qat compression message template:", comp_req, in qat_comp_create_templates()
H A Dqat_comp_pmd.c317 QAT_DP_HEXDUMP_LOG(DEBUG, "IM buffer memzone start:", in qat_comp_setup_inter_buffers()