Home
last modified time | relevance | path

Searched refs:otx2_dpi_dbg (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/raw/octeontx2_dma/
H A Dotx2_dpi_test.c46 otx2_dpi_dbg("FAIL: Data Integrity failed"); in validate_buffer()
103 otx2_dpi_dbg("Enqueue request failed"); in dma_test_internal()
114 otx2_dpi_dbg("Dequeue request not completed"); in dma_test_internal()
118 otx2_dpi_dbg("DMA transfer failed\n"); in dma_test_internal()
145 otx2_dpi_dbg("Unable to create memory pool."); in dpi_create_mempool()
152 otx2_dpi_dbg("Unable to set pool ops"); in dpi_create_mempool()
159 otx2_dpi_dbg("Unable to populate pool"); in dpi_create_mempool()
177 otx2_dpi_dbg("No Rawdev ports - bye"); in test_otx2_dma_rawdev()
188 otx2_dpi_dbg("Unable to configure DPIVF %d", i); in test_otx2_dma_rawdev()
199 otx2_dpi_dbg("Completion allocation failed"); in test_otx2_dma_rawdev()
[all …]
H A Dotx2_dpi_rawdev.c57 otx2_dpi_dbg("Timeout!!! Closing Forcibly"); in dma_queue_finish()
309 otx2_dpi_dbg("NULL or invalid configuration"); in otx2_dpi_rawdev_configure()
361 otx2_dpi_dbg("Empty bars %p %p", pci_dev->mem_resource[0].addr, in otx2_dpi_rawdev_probe()
385 otx2_dpi_dbg("Device already started!!!"); in otx2_dpi_rawdev_probe()
408 otx2_dpi_dbg("Invalid pci_dev of the device!"); in otx2_dpi_rawdev_remove()
419 otx2_dpi_dbg("Invalid device name (%s)", name); in otx2_dpi_rawdev_remove()
H A Dotx2_dpi_msg.c82 otx2_dpi_dbg("Failed to send mbox message to dpi pf"); in otx2_dpi_queue_open()
100 otx2_dpi_dbg("Failed to send mbox message to dpi pf"); in otx2_dpi_queue_close()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h122 #define otx2_dpi_dbg(fmt, ...) otx2_dbg(dpi, fmt, ##__VA_ARGS__) macro