Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
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()
768 CCP_LOG_ERR("Invalid session struct or xform"); in ccp_pmd_sym_session_configure()
773 CCP_LOG_ERR("Couldn't get object from session mempool"); in ccp_pmd_sym_session_configure()
779 CCP_LOG_ERR("failed configure session parameters"); in ccp_pmd_sym_session_configure()
H A Dccp_crypto.c372 CCP_LOG_ERR("sha3-ctx creation failed"); in partial_hash_sha3_224()
580 CCP_LOG_ERR("Invalid auth algo"); in generate_partial_hash()
627 CCP_LOG_ERR("ctx creation failed"); in generate_cmac_subkeys()
659 CCP_LOG_ERR("CMAC Init failed"); in generate_cmac_subkeys()
746 CCP_LOG_ERR("Invalid CCP Engine"); in ccp_configure_session_cipher()
1110 CCP_LOG_ERR("Unsupported hash algo"); in ccp_configure_session_auth()
1171 CCP_LOG_ERR("Unsupported aead algo"); in ccp_configure_session_aead()
1216 CCP_LOG_ERR("Unsupported cmd_id"); in ccp_set_session_parameters()
1401 CCP_LOG_ERR("Unsupported cmd_id"); in ccp_compute_slot_count()
2820 CCP_LOG_ERR("Unsupported cmd_id"); in process_ops_to_enqueue()
[all …]
H A Drte_ccp_pmd.c242 CCP_LOG_ERR("failed to create cryptodev vdev"); in cryptodev_ccp_create()
249 CCP_LOG_ERR("failed to detect CCP crypto device"); in cryptodev_ccp_create()
279 CCP_LOG_ERR("driver %s: %s() failed", in cryptodev_ccp_create()
H A Dccp_dev.c102 CCP_LOG_ERR("Incompatible memzone already " in ccp_queue_dma_zone_reserve()
309 CCP_LOG_ERR("NO LSBs available"); in ccp_lsb_alloc()
583 CCP_LOG_ERR("queue doesn't have lsb regions"); in ccp_add_device()
592 CCP_LOG_ERR("Unable to assign lsb region"); in ccp_add_device()
673 CCP_LOG_ERR("CCP Device probe failed"); in ccp_probe_device()
H A Dccp_pmd_private.h13 #define CCP_LOG_ERR(fmt, args...) \ macro