Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.c669 CDEV_LOG_DEBUG("PRIMARY:reserved memzone for %s (%p)", in rte_cryptodev_data_alloc()
673 CDEV_LOG_DEBUG("SECONDARY:looked up memzone for %s (%p)", in rte_cryptodev_data_alloc()
707 CDEV_LOG_DEBUG("PRIMARY:free memzone of %s (%p)", in rte_cryptodev_data_free()
711 CDEV_LOG_DEBUG("SECONDARY:don't free memzone of %s (%p)", in rte_cryptodev_data_free()
770 CDEV_LOG_DEBUG("PRIMARY:init data"); in rte_cryptodev_pmd_allocate()
773 CDEV_LOG_DEBUG("Data for %s: dev_id %d, socket %d, started %d", in rte_cryptodev_pmd_allocate()
845 CDEV_LOG_DEBUG("Setup %d queues pairs on device %u", in rte_cryptodev_queue_pairs_config()
950 CDEV_LOG_DEBUG("Start dev_id=%" PRIu8, dev_id); in rte_cryptodev_start()
1061 CDEV_LOG_DEBUG("qp %d on dev %d is initialised", in rte_cryptodev_get_qp_status()
1066 CDEV_LOG_DEBUG("qp %d on dev %d is not initialised", in rte_cryptodev_get_qp_status()
H A Drte_cryptodev.h43 #define CDEV_LOG_DEBUG(...) \ macro