Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_mbox.c106 CPT_LOG_ERR("%s: PF didn't ack mbox msg %lx(vfid %u)", in otx_cpt_send_msg_to_pf_timeout()
123 CPT_LOG_ERR("%s: PF didn't respond to READY msg", in otx_cpt_check_pf_ready()
137 CPT_LOG_ERR("%s: PF didn't respond to query msg", in otx_cpt_get_dev_type()
153 CPT_LOG_ERR("%s: PF didn't respond to vq_size msg", in otx_cpt_send_vq_size_msg()
170 CPT_LOG_ERR("%s: PF didn't respond to vf_type msg", in otx_cpt_send_vf_grp_msg()
184 CPT_LOG_ERR("%s: PF didn't respond to UP msg", in otx_cpt_send_vf_up()
198 CPT_LOG_ERR("%s: PF didn't respond to DOWN msg", in otx_cpt_send_vf_down()
H A Dotx_cryptodev_hw_access.c40 CPT_LOG_ERR("%s: PF not responding to READY msg", in otx_cpt_vf_init()
290 CPT_LOG_ERR("%s: PF not responding to QLEN msg", in cpt_vq_init()
303 CPT_LOG_ERR("%s: PF not responding to VF_GRP msg", in cpt_vq_init()
385 CPT_LOG_ERR("Failed to initialize CPT VF device"); in otx_cpt_hw_init()
391 CPT_LOG_ERR("Failed to get device type"); in otx_cpt_hw_init()
464 CPT_LOG_ERR("Could not create mempool for metabuf"); in otx_cpt_metabuf_mempool_create()
471 CPT_LOG_ERR("Could not set mempool ops"); in otx_cpt_metabuf_mempool_create()
477 CPT_LOG_ERR("Could not populate metabuf pool"); in otx_cpt_metabuf_mempool_create()
653 CPT_LOG_ERR("Invalid CPTVF handle"); in otx_cpt_put_resource()
702 CPT_LOG_ERR("%s: Timeout waiting for commands(%u)", in otx_cpt_stop_device()
[all …]
H A Dotx_cryptodev_ops.c161 CPT_LOG_ERR("PCI mem address null"); in otx_cpt_que_pair_setup()
167 CPT_LOG_ERR("Error getting instance handle from device %s : " in otx_cpt_que_pair_setup()
190 CPT_LOG_ERR("Error putting instance handle of device %s : " in otx_cpt_que_pair_release()
261 CPT_LOG_ERR("Could not allocate session private data"); in sym_session_configure()
294 CPT_LOG_ERR("MAC length is not supported"); in sym_session_configure()
389 CPT_LOG_ERR("Could not configure session parameters"); in otx_cpt_asym_session_cfg()
1071 CPT_LOG_ERR("Cannot allocate memory for device private data"); in otx_cpt_dev_create()
1080 CPT_LOG_ERR("Failed to map BAR0 of %s", dev_name); in otx_cpt_dev_create()
1087 CPT_LOG_ERR("Failed to init cptvf %s", dev_name); in otx_cpt_dev_create()
1113 CPT_LOG_ERR("VF type not supported by %s", dev_name); in otx_cpt_dev_create()
H A Dotx_cryptodev.c63 CPT_LOG_ERR("[DRV %s]: Failed to create device " in otx_cpt_pci_probe()
/dpdk/drivers/common/cpt/
H A Dcpt_pmd_logs.h28 #define CPT_LOG_ERR(fmt, args...) \ macro