Lines Matching refs:CDEV_LOG_ERR
511 CDEV_LOG_ERR("Failed to allocate memory for enq callbacks"); in cryptodev_cb_init()
519 CDEV_LOG_ERR("Failed to allocate memory for deq callbacks"); in cryptodev_cb_init()
531 CDEV_LOG_ERR("Failed to allocate memory for RCU on " in cryptodev_cb_init()
537 CDEV_LOG_ERR("Failed to initialize for RCU on " in cryptodev_cb_init()
549 CDEV_LOG_ERR("Failed to allocate memory for RCU on " in cryptodev_cb_init()
555 CDEV_LOG_ERR("Failed to initialize for RCU on " in cryptodev_cb_init()
860 CDEV_LOG_ERR("Crypto device with name %s already " in rte_cryptodev_pmd_allocate()
867 CDEV_LOG_ERR("Reached maximum number of crypto devices"); in rte_cryptodev_pmd_allocate()
947 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_queue_pair_count()
964 CDEV_LOG_ERR("invalid param: dev %p, nb_queues %u", in rte_cryptodev_queue_pairs_config()
978 CDEV_LOG_ERR("Invalid num queue_pairs (%u) for dev %u", in rte_cryptodev_queue_pairs_config()
992 CDEV_LOG_ERR("failed to get memory for qp meta data, " in rte_cryptodev_queue_pairs_config()
1025 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_configure()
1032 CDEV_LOG_ERR( in rte_cryptodev_configure()
1047 CDEV_LOG_ERR("dev%d rte_crypto_dev_queue_pairs_config = %d", in rte_cryptodev_configure()
1056 CDEV_LOG_ERR("Callback init failed for dev_id=%d", dev_id); in rte_cryptodev_configure()
1073 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_start()
1082 CDEV_LOG_ERR("Device with dev_id=%" PRIu8 " already started", in rte_cryptodev_start()
1106 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_stop()
1115 CDEV_LOG_ERR("Device with dev_id=%" PRIu8 " already stopped", in rte_cryptodev_stop()
1135 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_close()
1143 CDEV_LOG_ERR("Device %u must be stopped before closing", in rte_cryptodev_close()
1151 CDEV_LOG_ERR("dev_id=%u close failed, session mempool " in rte_cryptodev_close()
1175 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_get_qp_status()
1181 CDEV_LOG_ERR("Invalid queue_pair_id=%d", queue_pair_id); in rte_cryptodev_get_qp_status()
1206 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_queue_pair_setup()
1212 CDEV_LOG_ERR("Invalid queue_pair_id=%d", queue_pair_id); in rte_cryptodev_queue_pair_setup()
1217 CDEV_LOG_ERR("qp_conf cannot be NULL\n"); in rte_cryptodev_queue_pair_setup()
1223 CDEV_LOG_ERR("Invalid mempools\n"); in rte_cryptodev_queue_pair_setup()
1236 CDEV_LOG_ERR("Invalid mempool\n"); in rte_cryptodev_queue_pair_setup()
1247 CDEV_LOG_ERR("Invalid mempool\n"); in rte_cryptodev_queue_pair_setup()
1253 CDEV_LOG_ERR( in rte_cryptodev_queue_pair_setup()
1276 CDEV_LOG_ERR("Callback is NULL on dev_id=%d", dev_id); in rte_cryptodev_add_enq_callback()
1282 CDEV_LOG_ERR("Invalid dev_id=%d", dev_id); in rte_cryptodev_add_enq_callback()
1289 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_add_enq_callback()
1296 CDEV_LOG_ERR("Failed to allocate memory for callback on " in rte_cryptodev_add_enq_callback()
1343 CDEV_LOG_ERR("Callback is NULL"); in rte_cryptodev_remove_enq_callback()
1348 CDEV_LOG_ERR("Invalid dev_id=%d", dev_id); in rte_cryptodev_remove_enq_callback()
1354 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_remove_enq_callback()
1360 CDEV_LOG_ERR("Callback not initialized"); in rte_cryptodev_remove_enq_callback()
1366 CDEV_LOG_ERR("Callback list is NULL"); in rte_cryptodev_remove_enq_callback()
1371 CDEV_LOG_ERR("Rcu qsbr is NULL"); in rte_cryptodev_remove_enq_callback()
1411 CDEV_LOG_ERR("Callback is NULL on dev_id=%d", dev_id); in rte_cryptodev_add_deq_callback()
1417 CDEV_LOG_ERR("Invalid dev_id=%d", dev_id); in rte_cryptodev_add_deq_callback()
1424 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_add_deq_callback()
1431 CDEV_LOG_ERR("Failed to allocate memory for callback on " in rte_cryptodev_add_deq_callback()
1478 CDEV_LOG_ERR("Callback is NULL"); in rte_cryptodev_remove_deq_callback()
1483 CDEV_LOG_ERR("Invalid dev_id=%d", dev_id); in rte_cryptodev_remove_deq_callback()
1489 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_remove_deq_callback()
1495 CDEV_LOG_ERR("Callback not initialized"); in rte_cryptodev_remove_deq_callback()
1501 CDEV_LOG_ERR("Callback list is NULL"); in rte_cryptodev_remove_deq_callback()
1506 CDEV_LOG_ERR("Rcu qsbr is NULL"); in rte_cryptodev_remove_deq_callback()
1541 CDEV_LOG_ERR("Invalid dev_id=%d", dev_id); in rte_cryptodev_stats_get()
1546 CDEV_LOG_ERR("Invalid stats ptr"); in rte_cryptodev_stats_get()
1564 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_stats_reset()
1580 CDEV_LOG_ERR("Invalid dev_id=%d", dev_id); in rte_cryptodev_info_get()
1607 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_callback_register()
1651 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_callback_unregister()
1719 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_sym_session_init()
1741 CDEV_LOG_ERR( in rte_cryptodev_sym_session_init()
1774 CDEV_LOG_ERR("%s(name=%s) failed, rte_errno=%d\n", in rte_cryptodev_sym_session_pool_create()
1781 CDEV_LOG_ERR("%s(name=%s) failed to get private data\n", in rte_cryptodev_sym_session_pool_create()
1825 CDEV_LOG_ERR("%s(name=%s) failed, rte_errno=%d\n", in rte_cryptodev_asym_session_pool_create()
1832 CDEV_LOG_ERR("%s(name=%s) failed to get private data\n", in rte_cryptodev_asym_session_pool_create()
1879 CDEV_LOG_ERR("Invalid mempool\n"); in rte_cryptodev_sym_session_create()
1887 CDEV_LOG_ERR("couldn't get object from session mempool"); in rte_cryptodev_sym_session_create()
1919 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_asym_session_create()
1929 CDEV_LOG_ERR("invalid mempool\n"); in rte_cryptodev_asym_session_create()
1945 CDEV_LOG_ERR( in rte_cryptodev_asym_session_create()
1952 CDEV_LOG_ERR("couldn't get object from session mempool"); in rte_cryptodev_asym_session_create()
1969 CDEV_LOG_ERR( in rte_cryptodev_asym_session_create()
1988 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_sym_session_clear()
2041 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_asym_session_free()
2335 CDEV_LOG_ERR("Invalid op_type\n"); in rte_crypto_op_pool_create()
2351 CDEV_LOG_ERR("Mempool %s already exists but with " in rte_crypto_op_pool_create()
2372 CDEV_LOG_ERR("Failed to create mempool %s", name); in rte_crypto_op_pool_create()
2439 CDEV_LOG_ERR("Invalid dev_id=%" PRIu8, dev_id); in rte_cryptodev_name_get()
2512 CDEV_LOG_ERR("Extra parameters passed to command, ignoring"); in cryptodev_handle_dev_info()
2543 CDEV_LOG_ERR("Extra parameters passed to command, ignoring"); in cryptodev_handle_dev_stats()
2601 CDEV_LOG_ERR("Extra parameters passed to command, ignoring"); in cryptodev_handle_dev_caps()