Searched refs:DBG_RUN_SG (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/parisc/ |
D | ccio-dma.c | 85 #define DBG_RUN_SG(x...) printk(x) macro 87 #define DBG_RUN_SG(x...) macro 918 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in ccio_map_sg() 962 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in ccio_map_sg() 995 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in ccio_unmap_sg() 1013 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in ccio_unmap_sg()
|
D | sba_iommu.c | 84 #define DBG_RUN_SG(x...) printk(x) macro 86 #define DBG_RUN_SG(x...) macro 957 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg() 1018 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg() 1043 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg() 1074 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg()
|
D | iommu-helpers.h | 34 DBG_RUN_SG(" %d : %08lx %p/%05x\n", nents, in iommu_fill_pdir()
|