Searched refs:otx2_dpi_dbg (Results 1 – 4 of 4) sorted by relevance
46 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 …]
57 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()
82 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()
122 #define otx2_dpi_dbg(fmt, ...) otx2_dbg(dpi, fmt, ##__VA_ARGS__) macro