Home
last modified time | relevance | path

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

/f-stack/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()
461 CPT_LOG_ERR("Could not create mempool for metabuf"); in otx_cpt_metabuf_mempool_create()
468 CPT_LOG_ERR("Could not set mempool ops"); in otx_cpt_metabuf_mempool_create()
474 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.c157 CPT_LOG_ERR("PCI mem address null"); in otx_cpt_que_pair_setup()
163 CPT_LOG_ERR("Error getting instance handle from device %s : " in otx_cpt_que_pair_setup()
186 CPT_LOG_ERR("Error putting instance handle of device %s : " in otx_cpt_que_pair_release()
253 CPT_LOG_ERR("Could not allocate session private data"); in sym_session_configure()
286 CPT_LOG_ERR("MAC length is not supported"); in sym_session_configure()
368 CPT_LOG_ERR("Could not allocate session private data"); in otx_cpt_asym_session_cfg()
376 CPT_LOG_ERR("Could not configure session parameters"); in otx_cpt_asym_session_cfg()
970 CPT_LOG_ERR("Cannot allocate memory for device private data"); in otx_cpt_dev_create()
979 CPT_LOG_ERR("Failed to map BAR0 of %s", dev_name); in otx_cpt_dev_create()
986 CPT_LOG_ERR("Failed to init cptvf %s", dev_name); in otx_cpt_dev_create()
[all …]
H A Dotx_cryptodev.c58 CPT_LOG_ERR("[DRV %s]: Failed to create device " in otx_cpt_pci_probe()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev.c77 CPT_LOG_ERR("Could not initialize otx2_dev"); in otx2_cpt_pci_probe()
84 CPT_LOG_ERR("Could not determine the number of queues available"); in otx2_cpt_pci_probe()
92 CPT_LOG_ERR("No free queues available on the device"); in otx2_cpt_pci_probe()
103 CPT_LOG_ERR("Could not determine hardware capabilities"); in otx2_cpt_pci_probe()
139 CPT_LOG_ERR("Could not create device (vendor_id: 0x%x device_id: 0x%x)", in otx2_cpt_pci_probe()
H A Dotx2_cryptodev_ops.c93 CPT_LOG_ERR("Could not create mempool for metabuf"); in otx2_cpt_metabuf_mempool_create()
100 CPT_LOG_ERR("Could not set mempool ops"); in otx2_cpt_metabuf_mempool_create()
106 CPT_LOG_ERR("Could not populate metabuf pool"); in otx2_cpt_metabuf_mempool_create()
182 CPT_LOG_ERR("Could not allocate queue pair"); in otx2_cpt_qp_create()
401 CPT_LOG_ERR("MAC length is not supported"); in sym_session_configure()
1063 CPT_LOG_ERR("Could not detach CPT queues"); in otx2_cpt_dev_config()
1071 CPT_LOG_ERR("Could not attach CPT queues"); in otx2_cpt_dev_config()
1077 CPT_LOG_ERR("Could not get MSI-X offsets"); in otx2_cpt_dev_config()
1090 CPT_LOG_ERR("Could not enable inline IPsec"); in otx2_cpt_dev_config()
1144 CPT_LOG_ERR("Could not detach CPT queues"); in otx2_cpt_dev_close()
[all …]
H A Dotx2_cryptodev_mbox.c138 CPT_LOG_ERR("Could not get mailbox response"); in otx2_cpt_send_mbox_msg()
159 CPT_LOG_ERR("Could not allocate mailbox message"); in otx2_cpt_af_reg_read()
195 CPT_LOG_ERR("Could not allocate mailbox message"); in otx2_cpt_af_reg_write()
H A Dotx2_cryptodev_hw_access.c28 CPT_LOG_ERR("LF %d MISC_INT: 0x%" PRIx64 "", lf_id, intr); in otx2_cpt_lf_err_intr_handler()
95 CPT_LOG_ERR("Invalid CPT LF MSI-X offset: 0x%x", in otx2_cpt_err_intr_register()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_pmd_logs.h28 #define CPT_LOG_ERR(fmt, args...) \ macro