Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops_helper.h40 CPT_LOG_DP_ERR("Request timed out"); in otx2_cpt_compcode_get()
58 CPT_LOG_DP_ERR("Request failed with instruction error"); in otx2_cpt_compcode_get()
61 CPT_LOG_DP_ERR("Request failed with DMA fault"); in otx2_cpt_compcode_get()
64 CPT_LOG_DP_ERR("Request failed with hardware error"); in otx2_cpt_compcode_get()
67 CPT_LOG_DP_ERR("Request failed with unknown completion code"); in otx2_cpt_compcode_get()
H A Dotx2_cryptodev_ops.c598 CPT_LOG_DP_ERR("Could not enqueue crypto req"); in otx2_cpt_enqueue_asym()
634 CPT_LOG_DP_ERR("Crypto req : op %p, cpt_op 0x%x ret 0x%x", in otx2_cpt_enqueue_sym()
803 CPT_LOG_DP_ERR("RSA verification failed"); in otx2_cpt_asym_rsa_op()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h183 CPT_LOG_DP_ERR("Invalid AES key len"); in cpt_fc_ciph_set_key_set_aes_key_type()
600 CPT_LOG_DP_ERR("Insufficient MAC size"); in cpt_digest_gen_prep()
938 CPT_LOG_DP_ERR("Insufficient buffer" in cpt_enc_hmac_prep()
972 CPT_LOG_DP_ERR("Insufficient buffer" in cpt_enc_hmac_prep()
1254 CPT_LOG_DP_ERR("Insufficient buffer" in cpt_dec_hmac_prep()
1280 CPT_LOG_DP_ERR("Bad input args"); in cpt_dec_hmac_prep()
1293 CPT_LOG_DP_ERR("Insufficient buffer" in cpt_dec_hmac_prep()
1331 CPT_LOG_DP_ERR("Bad input args"); in cpt_dec_hmac_prep()
2681 CPT_LOG_DP_ERR("Unknown auth operation"); in fill_sess_auth()
3179 CPT_LOG_DP_ERR("Not enough space in " in fill_fc_params()
[all …]
H A Dcpt_pmd_logs.h45 #define CPT_LOG_DP_ERR(fmt, args...) \ macro
H A Dcpt_ucode_asym.h49 CPT_LOG_DP_ERR("Exponent length greater than modulus length is not supported"); in cpt_fill_modex_params()
56 CPT_LOG_DP_ERR("Could not allocate buffer for modex params"); in cpt_fill_modex_params()
94 CPT_LOG_DP_ERR("Could not allocate buffer for RSA keys"); in cpt_fill_rsa_params()
152 CPT_LOG_DP_ERR("Unsupported curve"); in cpt_fill_ec_params()
180 CPT_LOG_DP_ERR("Unsupported transform type"); in cpt_fill_asym_session_parameters()
208 CPT_LOG_DP_ERR("Invalid transform type"); in cpt_free_asym_session_parameters()
248 CPT_LOG_DP_ERR("Base length greater than modulus length is not supported"); in cpt_modex_prep()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h288 CPT_LOG_DP_ERR("Request %p timedout", user_req); in check_nb_command_id()
298 CPT_LOG_DP_ERR("Request %p : failed with microcode" in check_nb_command_id()
316 CPT_LOG_DP_ERR("Request %p : unexpected completion code %d", in check_nb_command_id()
H A Dotx_cryptodev_ops.c458 CPT_LOG_DP_ERR("Could not allocate meta buffer for request"); in otx_cpt_enq_single_asym()
513 CPT_LOG_DP_ERR("Could not enqueue crypto req"); in otx_cpt_enq_single_asym()
551 CPT_LOG_DP_ERR("prep cryto req : op %p, cpt_op 0x%x " in otx_cpt_enq_single_sym()
717 CPT_LOG_DP_ERR("RSA verification failed"); in otx_cpt_asym_rsa_op()
H A Dotx_cryptodev_hw_access.c363 CPT_LOG_DP_ERR("%s: Unhandled interrupt 0x%lx in CPT VF %d", in otx_cpt_poll_misc()