Home
last modified time | relevance | path

Searched refs:CCP_LOG_ERR (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c58 CCP_LOG_ERR("Argument has to be positive.\n"); in parse_integer_arg()
73 CCP_LOG_ERR("Invalid name %s, should be less than " in parse_name_arg()
94 CCP_LOG_ERR("Invalid ccp pmd auth option. " in parse_auth_opt_arg()
334 CCP_LOG_ERR("failed to create cryptodev vdev"); in cryptodev_ccp_create()
341 CCP_LOG_ERR("failed to detect CCP crypto device"); in cryptodev_ccp_create()
367 CCP_LOG_ERR("driver %s: %s() failed", in cryptodev_ccp_create()
H A Dccp_pmd_ops.c695 CCP_LOG_ERR("Invalid qp_id %u, should be less than %u", in ccp_pmd_qp_setup()
708 CCP_LOG_ERR("Failed to allocate queue pair memory"); in ccp_pmd_qp_setup()
718 CCP_LOG_ERR("Failed to create unique name for ccp qp"); in ccp_pmd_qp_setup()
725 CCP_LOG_ERR("Failed to create batch info ring"); in ccp_pmd_qp_setup()
769 CCP_LOG_ERR("Invalid session struct or xform"); in ccp_pmd_sym_session_configure()
774 CCP_LOG_ERR("Couldn't get object from session mempool"); in ccp_pmd_sym_session_configure()
780 CCP_LOG_ERR("failed configure session parameters"); in ccp_pmd_sym_session_configure()
H A Dccp_crypto.c370 CCP_LOG_ERR("sha3-ctx creation failed"); in partial_hash_sha3_224()
578 CCP_LOG_ERR("Invalid auth algo"); in generate_partial_hash()
625 CCP_LOG_ERR("ctx creation failed"); in generate_cmac_subkeys()
657 CCP_LOG_ERR("CMAC Init failed"); in generate_cmac_subkeys()
744 CCP_LOG_ERR("Invalid CCP Engine"); in ccp_configure_session_cipher()
1098 CCP_LOG_ERR("Unsupported hash algo"); in ccp_configure_session_auth()
1159 CCP_LOG_ERR("Unsupported aead algo"); in ccp_configure_session_aead()
1199 CCP_LOG_ERR("Unsupported cmd_id"); in ccp_set_session_parameters()
1384 CCP_LOG_ERR("Unsupported cmd_id"); in ccp_compute_slot_count()
2756 CCP_LOG_ERR("Unsupported cmd_id"); in process_ops_to_enqueue()
[all …]
H A Dccp_dev.c101 CCP_LOG_ERR("Incompatible memzone already " in ccp_queue_dma_zone_reserve()
308 CCP_LOG_ERR("NO LSBs available"); in ccp_lsb_alloc()
582 CCP_LOG_ERR("queue doesn't have lsb regions"); in ccp_add_device()
591 CCP_LOG_ERR("Unable to assign lsb region"); in ccp_add_device()
762 CCP_LOG_ERR("CCP Device probe failed"); in ccp_probe_device()
H A Dccp_pmd_private.h13 #define CCP_LOG_ERR(fmt, args...) \ macro