Home
last modified time | relevance | path

Searched refs:DRV_LOG (Results 1 – 25 of 66) sorted by relevance

123

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c145 DRV_LOG(ERR, "Too big vring id: %d.", vring); in mlx5_vdpa_set_vring_state()
176 DRV_LOG(ERR, "Failed to get log base."); in mlx5_vdpa_features_set()
181 DRV_LOG(ERR, "Failed to set dirty bitmap."); in mlx5_vdpa_features_set()
187 DRV_LOG(ERR, "Failed t enable dirty logging."); in mlx5_vdpa_features_set()
205 DRV_LOG(DEBUG, "Cannot get vhost MTU - %d.", ret); in mlx5_vdpa_mtu_set()
209 DRV_LOG(DEBUG, "Vhost MTU is 0."); in mlx5_vdpa_mtu_set()
221 DRV_LOG(DEBUG, "Cannot open IF socket."); in mlx5_vdpa_mtu_set()
278 DRV_LOG(INFO, "vDPA device %d was closed.", vid); in mlx5_vdpa_dev_close()
577 DRV_LOG(ERR, "Failed to create TIS %u.", i); in mlx5_vdpa_create_dev_resources()
583 DRV_LOG(ERR, "Failed to allocate null MR."); in mlx5_vdpa_create_dev_resources()
[all …]
H A Dmlx5_vdpa_virtq.c42 DRV_LOG(ERR, "Failed to read kickfd of virtq %d: %s", in mlx5_vdpa_virtq_kick_handler()
66 DRV_LOG(DEBUG, "Ring virtq %u doorbell.", virtq->index); in mlx5_vdpa_virtq_kick_handler()
115 DRV_LOG(WARNING, "Failed to stop virtq %d.", in mlx5_vdpa_virtq_unset()
174 DRV_LOG(ERR, "Failed to query virtq %d.", index); in mlx5_vdpa_virtq_query()
184 DRV_LOG(ERR, "Failed to set virtq %d base.", index); in mlx5_vdpa_virtq_query()
188 DRV_LOG(WARNING, "vid %d vring %d hw error=%hhu", in mlx5_vdpa_virtq_query()
325 DRV_LOG(ERR, "Failed to get GPA for used ring."); in mlx5_vdpa_virtq_setup()
371 DRV_LOG(ERR, "Fail to allocate intr_handle"); in mlx5_vdpa_virtq_setup()
561 DRV_LOG(WARNING, "Failed to disable steering " in mlx5_vdpa_virtq_enable()
569 DRV_LOG(ERR, "Failed to setup virtq %d.", index); in mlx5_vdpa_virtq_enable()
[all …]
H A Dmlx5_vdpa_event.c50 DRV_LOG(ERR, "Failed to create event channel %d.", in mlx5_vdpa_event_qp_global_prepare()
55 DRV_LOG(ERR, "Failed to allocate UAR."); in mlx5_vdpa_event_qp_global_prepare()
110 DRV_LOG(ERR, "Failed to subscribe CQE event."); in mlx5_vdpa_cq_create()
352 DRV_LOG(ERR, "Failed to enable virtq %d.", in mlx5_vdpa_err_interrupt_handler()
355 DRV_LOG(WARNING, "Recover virtq %d: %u.", in mlx5_vdpa_err_interrupt_handler()
397 DRV_LOG(ERR, "Fail to allocate intr_handle"); in mlx5_vdpa_err_event_setup()
438 DRV_LOG(DEBUG, "Try again to unregister fd %d " in mlx5_vdpa_err_event_unset()
487 DRV_LOG(ERR, "Failed to set thread priority."); in mlx5_vdpa_cqe_event_setup()
493 DRV_LOG(ERR, "Failed to create timer thread."); in mlx5_vdpa_cqe_event_setup()
503 DRV_LOG(ERR, "Failed to set thread affinity."); in mlx5_vdpa_cqe_event_setup()
[all …]
H A Dmlx5_vdpa_lm.c23 DRV_LOG(DEBUG, "virtq %d is invalid for dirty bitmap " in mlx5_vdpa_logging_enable()
27 DRV_LOG(ERR, "Failed to modify virtq %d for dirty " in mlx5_vdpa_logging_enable()
51 DRV_LOG(ERR, "Failed to allocate wrapped MR for lm."); in mlx5_vdpa_dirty_bitmap_set()
58 DRV_LOG(DEBUG, "virtq %d is invalid for LM.", i); in mlx5_vdpa_dirty_bitmap_set()
61 DRV_LOG(ERR, "Failed to modify virtq %d for LM.", i); in mlx5_vdpa_dirty_bitmap_set()
82 DRV_LOG(ERR, "Failed to get negotiated features."); in mlx5_vdpa_lm_log()
89 DRV_LOG(DEBUG, "virtq %d is invalid for LM log.", i); in mlx5_vdpa_lm_log()
93 DRV_LOG(ERR, "Failed to stop virtq %d for LM " in mlx5_vdpa_lm_log()
H A Dmlx5_vdpa_mem.c83 DRV_LOG(ERR, "Failed to get VM memory layout vid =%d.", vid); in mlx5_vdpa_vhost_mem_regions_prepare()
94 DRV_LOG(INFO, "Region %u: HVA 0x%" PRIx64 ", GPA 0x%" PRIx64 in mlx5_vdpa_vhost_mem_regions_prepare()
117 DRV_LOG(DEBUG, "GCD 0x%" PRIx64 " is not power of 2. Adjusted " in mlx5_vdpa_vhost_mem_regions_prepare()
130 DRV_LOG(INFO, "Indirect mkey mode is KLM."); in mlx5_vdpa_vhost_mem_regions_prepare()
134 DRV_LOG(INFO, "Indirect mkey mode is KLM Fixed Buffer Size."); in mlx5_vdpa_vhost_mem_regions_prepare()
136 DRV_LOG(DEBUG, "Memory registration information: nregions = %u, " in mlx5_vdpa_vhost_mem_regions_prepare()
142 DRV_LOG(ERR, "Failed to prepare memory of vid %d - memory is " in mlx5_vdpa_vhost_mem_regions_prepare()
223 DRV_LOG(ERR, "Failed to allocate mem entry memory."); in mlx5_vdpa_mem_register()
231 DRV_LOG(ERR, "Failed to create direct Mkey."); in mlx5_vdpa_mem_register()
283 DRV_LOG(ERR, "Failed to allocate memory for indirect entry."); in mlx5_vdpa_mem_register()
[all …]
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c113 DRV_LOG(ERR, in mlx5_init_shared_data()
177 DRV_LOG(DEBUG, "MPW isn't supported."); in mlx5_os_capabilities_prepare()
189 DRV_LOG(DEBUG, "Counters are not supported."); in mlx5_os_capabilities_prepare()
346 DRV_LOG(ERR, "priv allocation failure"); in mlx5_dev_spawn()
436 DRV_LOG(ERR, in mlx5_dev_spawn()
443 DRV_LOG(INFO, in mlx5_dev_spawn()
451 DRV_LOG(DEBUG, "port %u ifname is \"%s\"", in mlx5_dev_spawn()
532 DRV_LOG(DEBUG, in mlx5_dev_spawn()
546 DRV_LOG(ERR, "Windows flow must be DevX."); in mlx5_dev_spawn()
686 DRV_LOG(ERR, in mlx5_os_mac_addr_add()
[all …]
/dpdk/drivers/net/mlx5/
H A Dmlx5.c648 DRV_LOG(ERR, in mlx5_aso_flow_mtrs_mng_init()
1302 DRV_LOG(DEBUG, in mlx5_shared_dev_ctx_args_config()
1310 DRV_LOG(WARNING, in mlx5_shared_dev_ctx_args_config()
1321 DRV_LOG(WARNING, in mlx5_shared_dev_ctx_args_config()
2319 DRV_LOG(INFO, "%sMPS is %s", in mlx5_port_args_config()
2343 DRV_LOG(WARNING, in mlx5_port_args_config()
2349 DRV_LOG(WARNING, in mlx5_port_args_config()
2573 DRV_LOG(ERR, "\"decap_en\" " in mlx5_probe_again_args_validate()
2585 DRV_LOG(ERR, "\"tx_pp\" " in mlx5_probe_again_args_validate()
2591 DRV_LOG(ERR, "\"tx_skew\" " in mlx5_probe_again_args_validate()
[all …]
H A Dmlx5_trigger.c87 DRV_LOG(ERR, "Port %u Tx queue %u cannot " in mlx5_txq_start()
94 DRV_LOG(DEBUG, "Port %u txq %u updated with %p.", in mlx5_txq_start()
396 DRV_LOG(ERR, "peer port %u is not started", in mlx5_hairpin_queue_peer_update()
773 DRV_LOG(ERR, "port %u queue %d mode" in mlx5_hairpin_bind_single_port()
901 DRV_LOG(ERR, "port %u and port %u are in" in mlx5_hairpin_unbind_single_port()
1124 DRV_LOG(WARNING, in mlx5_dev_start()
1128 DRV_LOG(WARNING, in mlx5_dev_start()
1132 DRV_LOG(DEBUG, in mlx5_dev_start()
1168 DRV_LOG(ERR, in mlx5_dev_start()
1341 DRV_LOG(ERR, in mlx5_traffic_enable()
[all …]
H A Dmlx5_rxq.c108 DRV_LOG(DEBUG, in rxq_alloc_elts_mprq()
209 DRV_LOG(DEBUG, in rxq_alloc_elts_sprq()
214 DRV_LOG(DEBUG, in rxq_alloc_elts_sprq()
847 DRV_LOG(ERR, in mlx5_rx_queue_setup()
1074 DRV_LOG(ERR, in mlx5_rx_intr_vec_enable()
1102 DRV_LOG(ERR, in mlx5_rx_intr_vec_enable()
1114 DRV_LOG(ERR, in mlx5_rx_intr_vec_enable()
1353 DRV_LOG(ERR, in mlx5_mprq_free_mp()
1472 DRV_LOG(ERR, in mlx5_mprq_alloc_mp()
1873 DRV_LOG(ERR, in mlx5_rxq_new()
[all …]
H A Dmlx5_rxmode.c33 DRV_LOG(WARNING, in mlx5_promiscuous_enable()
46 DRV_LOG(ERR, "port %u cannot enable promiscuous mode: %s", in mlx5_promiscuous_enable()
79 DRV_LOG(ERR, "port %u cannot disable promiscuous mode: %s", in mlx5_promiscuous_disable()
106 DRV_LOG(WARNING, in mlx5_allmulticast_enable()
119 DRV_LOG(ERR, "port %u cannot enable allmulicast mode: %s", in mlx5_allmulticast_enable()
152 DRV_LOG(ERR, "port %u cannot disable allmulicast mode: %s", in mlx5_allmulticast_disable()
H A Dmlx5_txq.c334 DRV_LOG(WARNING, in mlx5_tx_queue_pre_setup()
343 DRV_LOG(WARNING, in mlx5_tx_queue_pre_setup()
806 DRV_LOG(INFO, in txq_set_params()
846 DRV_LOG(INFO, in txq_set_params()
908 DRV_LOG(INFO, in txq_set_params()
983 DRV_LOG(ERR, in txq_adjust_params()
994 DRV_LOG(ERR, in txq_adjust_params()
1005 DRV_LOG(ERR, in txq_adjust_params()
1014 DRV_LOG(ERR, in txq_adjust_params()
1023 DRV_LOG(WARNING, in txq_adjust_params()
[all …]
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c221 DRV_LOG(WARNING, in mlx5_os_capabilities_prepare()
343 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
348 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
353 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
358 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
363 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
368 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
377 DRV_LOG(DEBUG, in mlx5_os_capabilities_prepare()
1235 DRV_LOG(ERR, in mlx5_dev_spawn()
1433 DRV_LOG(ERR, in mlx5_dev_spawn()
[all …]
H A Dmlx5_socket.c68 DRV_LOG(WARNING, "wrong message received: %s", in mlx5_pmd_socket_handle()
77 DRV_LOG(WARNING, "invalid file descriptor message"); in mlx5_pmd_socket_handle()
83 DRV_LOG(WARNING, "Failed to open file"); in mlx5_pmd_socket_handle()
88 DRV_LOG(WARNING, "wrong port number message"); in mlx5_pmd_socket_handle()
97 DRV_LOG(WARNING, "Invalid message"); in mlx5_pmd_socket_handle()
102 DRV_LOG(WARNING, "Invalid port %u", port_id); in mlx5_pmd_socket_handle()
127 DRV_LOG(WARNING, "failed to send response %s", in mlx5_pmd_socket_handle()
152 DRV_LOG(ERR, "Fail to allocate intr_handle"); in mlx5_pmd_interrupt_handler_install()
201 DRV_LOG(WARNING, "Failed to open mlx5 socket: %s", in mlx5_pmd_socket_init()
217 DRV_LOG(WARNING, in mlx5_pmd_socket_init()
[all …]
H A Dmlx5_ethdev_os.c335 DRV_LOG(WARNING, "Could not query the clock !"); in mlx5_read_clock()
434 DRV_LOG(WARNING, in mlx5_link_update_unlocked_gset()
524 DRV_LOG(DEBUG, in mlx5_link_update_unlocked_gs()
542 DRV_LOG(DEBUG, in mlx5_link_update_unlocked_gs()
673 DRV_LOG(WARNING, in mlx5_dev_get_flow_ctrl()
726 DRV_LOG(WARNING, in mlx5_dev_set_flow_ctrl()
850 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler()
858 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler()
867 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler()
877 DRV_LOG(DEBUG, in mlx5_dev_interrupt_handler()
[all …]
H A Dmlx5_mp_os.c85 DRV_LOG(ERR, "port %u invalid port ID", param->port_id); in mlx5_mp_os_primary_handle()
131 DRV_LOG(ERR, "port %u invalid mp request type", in mlx5_mp_os_primary_handle()
164 DRV_LOG(ERR, "port %u invalid port ID", param->port_id); in mlx5_mp_os_secondary_handle()
171 DRV_LOG(INFO, "port %u starting datapath", dev->data->port_id); in mlx5_mp_os_secondary_handle()
194 DRV_LOG(INFO, "port %u stopping datapath", dev->data->port_id); in mlx5_mp_os_secondary_handle()
204 DRV_LOG(ERR, "port %u invalid mp request type", in mlx5_mp_os_secondary_handle()
235 DRV_LOG(ERR, "port %u unknown request (req_type %d)", in mp_req_on_rxtx()
248 DRV_LOG(ERR, "port %u failed to request stop/start Rx/Tx (%d)", in mp_req_on_rxtx()
253 DRV_LOG(ERR, in mp_req_on_rxtx()
262 DRV_LOG(ERR, "port %u request failed on secondary #%d", in mp_req_on_rxtx()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c232 DRV_LOG(ERR, "Key \"%s\" " in mlx5_kvargs_validate()
272 DRV_LOG(WARNING, in mlx5_common_args_check_handler()
280 DRV_LOG(ERR, in mlx5_common_args_check_handler()
529 DRV_LOG(ERR, in mlx5_dev_mempool_register_cb()
568 DRV_LOG(ERR, in mlx5_dev_mempool_event_cb()
855 DRV_LOG(ERR, "\"" MLX5_DEVICE_FD "\" " in mlx5_common_probe_again_args_validate()
873 DRV_LOG(ERR, "\"" MLX5_SQ_DB_NC "\" " in mlx5_common_probe_again_args_validate()
1006 DRV_LOG(ERR, in mlx5_common_dev_probe()
1089 DRV_LOG(WARNING, in mlx5_common_dev_dma_map()
1135 DRV_LOG(WARNING, in mlx5_common_dev_dma_unmap()
[all …]
H A Dmlx5_common_devx.c93 DRV_LOG(ERR, "Failed to get page_size."); in mlx5_devx_cq_create()
111 DRV_LOG(ERR, "Failed to allocate memory for CQ."); in mlx5_devx_cq_create()
119 DRV_LOG(ERR, "Failed to register umem for CQ."); in mlx5_devx_cq_create()
136 DRV_LOG(ERR, "Can't create DevX CQ object."); in mlx5_devx_cq_create()
218 DRV_LOG(ERR, "Failed to get WQE buf alignment."); in mlx5_devx_sq_create()
237 DRV_LOG(ERR, "Failed to register umem for SQ."); in mlx5_devx_sq_create()
255 DRV_LOG(ERR, "Can't create DevX SQ object."); in mlx5_devx_sq_create()
382 DRV_LOG(ERR, "Failed to register umem for QP."); in mlx5_devx_qp_create()
396 DRV_LOG(ERR, "Can't create DevX QP object."); in mlx5_devx_qp_create()
549 DRV_LOG(ERR, "Can't create DevX RQ object."); in mlx5_devx_rq_std_create()
[all …]
H A Dmlx5_common_mr.c181 DRV_LOG(DEBUG, in mr_btree_insert()
200 DRV_LOG(DEBUG, in mr_btree_insert()
234 DRV_LOG(DEBUG, in mlx5_mr_btree_init()
698 DRV_LOG(WARNING, in mlx5_mr_create_primary()
758 DRV_LOG(DEBUG, in mlx5_mr_create_primary()
1124 DRV_LOG(WARNING, in mlx5_create_mr_ext()
1134 DRV_LOG(DEBUG, in mlx5_create_mr_ext()
1263 DRV_LOG(DEBUG, in mlx5_mr_dump_cache()
1629 DRV_LOG(ERR, in mlx5_mr_mempool_register_primary()
1667 DRV_LOG(ERR, in mlx5_mr_mempool_register_primary()
[all …]
/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c53 #define DRV_LOG(level, ...) \ macro
243 DRV_LOG(ERR, "%s", rte_strerror(EINVAL)); in vdev_netvsc_has_route()
270 DRV_LOG(ERR, "cannot send socket message: %s", in vdev_netvsc_has_route()
278 DRV_LOG(ERR, "cannot receive socket message: %s", in vdev_netvsc_has_route()
294 DRV_LOG(DEBUG, "interface %s has IP", in vdev_netvsc_has_route()
382 DRV_LOG(DEBUG, in vdev_netvsc_device_probe()
531 DRV_LOG(ERR, in vdev_netvsc_netvsc_probe()
552 DRV_LOG(WARNING, in vdev_netvsc_netvsc_probe()
583 DRV_LOG(ERR, in vdev_netvsc_netvsc_probe()
676 DRV_LOG(ERR, "cannot parse arguments list"); in vdev_netvsc_vdev_probe()
[all …]
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c323 DRV_LOG(DEBUG, "Looking for rdma-core glue as " in mlx5_glue_dlopen()
344 DRV_LOG(ERR, "Cannot resolve glue symbol: %s", dlmsg); in mlx5_glue_dlopen()
440 DRV_LOG(ERR, in mlx5_os_remote_pd_and_ctx_validate()
541 DRV_LOG(ERR, "Fail to get PD object info."); in mlx5_os_pd_prepare()
550 DRV_LOG(ERR, "Cannot get pdn - no DV support."); in mlx5_os_pd_prepare()
591 DRV_LOG(WARNING, in mlx5_os_get_ibv_device()
615 DRV_LOG(DEBUG, in mlx5_nl_roce_disable()
625 DRV_LOG(INFO, "ROCE has already disabled(Netlink)."); in mlx5_nl_roce_disable()
659 DRV_LOG(INFO, "ROCE has already disabled(sysfs)."); in mlx5_sys_roce_disable()
727 DRV_LOG(ERR, in mlx5_vdpa_get_ibv_dev()
[all …]
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c203 DRV_LOG(ERR, "Failed to allocate qp memory."); in mlx5_compress_qp_setup()
219 DRV_LOG(ERR, "Failed to allocate opaque memory."); in mlx5_compress_qp_setup()
233 DRV_LOG(ERR, "Failed to register opaque MR."); in mlx5_compress_qp_setup()
240 DRV_LOG(ERR, "Failed to create CQ."); in mlx5_compress_qp_setup()
254 DRV_LOG(ERR, "Failed to create QP."); in mlx5_compress_qp_setup()
305 DRV_LOG(ERR, "SHA is not supported."); in mlx5_compress_xform_create()
319 DRV_LOG(ERR, "SHA is not supported."); in mlx5_compress_xform_create()
540 DRV_LOG(ERR, "Error cqe:"); in mlx5_compress_dump_err_objs()
544 DRV_LOG(ERR, "\nError wqe:"); in mlx5_compress_dump_err_objs()
548 DRV_LOG(ERR, "\nError opaq:"); in mlx5_compress_dump_err_objs()
[all …]
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c30 #define DRV_LOG(level, fmt, args...) \ macro
194 DRV_LOG(ERR, "failed to get VM memory layout."); in ifcvf_dma_map()
214 DRV_LOG(ERR, "DMA map failed."); in ifcvf_dma_map()
222 DRV_LOG(ERR, "DMA unmap failed."); in ifcvf_dma_map()
290 DRV_LOG(ERR, "Fail to get GPA for used ring."); in vdpa_ifcvf_start()
378 DRV_LOG(ERR, "can't setup eventfd: %s", in vdpa_enable_vfio_intr()
467 DRV_LOG(ERR, "epoll_wait return fail\n"); in notify_relay()
481 DRV_LOG(INFO, "Error reading " in notify_relay()
768 DRV_LOG(ERR, "epoll_wait return fail\n"); in vring_relay()
781 DRV_LOG(INFO, "Error reading " in vring_relay()
[all …]
/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.c60 DRV_LOG(ERR, "Failed to register memory!"); in rxp_create_mkey()
76 DRV_LOG(ERR, "Failed to create direct mkey!"); in rxp_create_mkey()
102 DRV_LOG(ERR, "RXP programming mode not set!"); in mlx5_regex_rules_db_import()
106 DRV_LOG(ERR, "Database empty!"); in mlx5_regex_rules_db_import()
114 DRV_LOG(ERR, "Failed to allocate rules file memory."); in mlx5_regex_rules_db_import()
127 DRV_LOG(ERR, "Failed to program rxp rules."); in mlx5_regex_rules_db_import()
152 DRV_LOG(ERR, "can't allocate qps memory"); in mlx5_regex_configure()
161 DRV_LOG(ERR, "Failed to program rxp rules."); in mlx5_regex_configure()
166 DRV_LOG(DEBUG, "Regex config without rules programming!"); in mlx5_regex_configure()
H A Dmlx5_regex_control.c88 DRV_LOG(ERR, "Can't create CQ object."); in regex_ctrl_create_cq()
160 DRV_LOG(ERR, "Can't create QP object."); in regex_ctrl_create_hw_qp()
166 DRV_LOG(ERR, "Can't change QP state to RTS."); in regex_ctrl_create_hw_qp()
177 DRV_LOG(ERR, "Cannot get pdn - no DV support."); in regex_ctrl_create_hw_qp()
208 DRV_LOG(ERR, "Attempting to setup QP a second time."); in mlx5_regex_qp_setup()
231 DRV_LOG(ERR, "Can't allocate qp array memory."); in mlx5_regex_qp_setup()
238 DRV_LOG(ERR, "Can't create cq."); in mlx5_regex_qp_setup()
244 DRV_LOG(ERR, "Can't create qp object."); in mlx5_regex_qp_setup()
253 DRV_LOG(ERR, "Error setting up mr btree"); in mlx5_regex_qp_setup()
259 DRV_LOG(ERR, "Error setting up fastpath"); in mlx5_regex_qp_setup()
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c125 DRV_LOG(ERR, in mlx5_crypto_dev_configure()
181 DRV_LOG(ERR, "Xform next is not supported."); in mlx5_crypto_sym_session_configure()
191 DRV_LOG(ERR, in mlx5_crypto_sym_session_configure()
200 DRV_LOG(ERR, "Failed to prepare dek."); in mlx5_crypto_sym_session_configure()
620 DRV_LOG(ERR, "Failed to create CQ."); in mlx5_crypto_queue_pair_setup()
636 DRV_LOG(ERR, "Failed to create QP."); in mlx5_crypto_queue_pair_setup()
735 DRV_LOG(ERR, in mlx5_crypto_args_check_handler()
788 DRV_LOG(ERR, in mlx5_crypto_parse_devargs()
800 DRV_LOG(ERR, in mlx5_crypto_parse_devargs()
914 DRV_LOG(ERR, "Failed to parse devargs."); in mlx5_crypto_dev_probe()
[all …]

123