Home
last modified time | relevance | path

Searched refs:CDEV_LOG_DEBUG (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/cryptodev/
H A Drte_cryptodev.c791 CDEV_LOG_DEBUG("PRIMARY:reserved memzone for %s (%p)", in rte_cryptodev_data_alloc()
795 CDEV_LOG_DEBUG("SECONDARY:looked up memzone for %s (%p)", in rte_cryptodev_data_alloc()
829 CDEV_LOG_DEBUG("PRIMARY:free memzone of %s (%p)", in rte_cryptodev_data_free()
833 CDEV_LOG_DEBUG("SECONDARY:don't free memzone of %s (%p)", in rte_cryptodev_data_free()
892 CDEV_LOG_DEBUG("PRIMARY:init data"); in rte_cryptodev_pmd_allocate()
895 CDEV_LOG_DEBUG("Data for %s: dev_id %d, socket %d, started %d", in rte_cryptodev_pmd_allocate()
969 CDEV_LOG_DEBUG("Setup %d queues pairs on device %u", in rte_cryptodev_queue_pairs_config()
1070 CDEV_LOG_DEBUG("Start dev_id=%" PRIu8, dev_id); in rte_cryptodev_start()
1187 CDEV_LOG_DEBUG("qp %d on dev %d is initialised", in rte_cryptodev_get_qp_status()
1192 CDEV_LOG_DEBUG("qp %d on dev %d is not initialised", in rte_cryptodev_get_qp_status()
[all …]
H A Drte_cryptodev.h42 #define CDEV_LOG_DEBUG(...) \ macro