Searched refs:DBG_RUN_SG (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/parisc/ |
D | ccio-dma.c | 95 #define DBG_RUN_SG(x...) printk(x) macro 97 #define DBG_RUN_SG(x...) macro 932 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in ccio_map_sg() 976 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in ccio_map_sg() 1008 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in ccio_unmap_sg() 1025 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in ccio_unmap_sg()
|
D | iommu-helpers.h | 34 DBG_RUN_SG(" %d : %08lx/%05x %p/%05x\n", nents, in iommu_fill_pdir()
|
D | sba_iommu.c | 80 #define DBG_RUN_SG(x...) printk(x) macro 82 #define DBG_RUN_SG(x...) macro 962 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg() 1024 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg() 1048 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg() 1078 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg()
|
/Linux-v4.19/arch/ia64/hp/common/ |
D | sba_iommu.c | 126 #define DBG_RUN_SG(x...) printk(x) macro 128 #define DBG_RUN_SG(x...) macro 1244 DBG_RUN_SG(" %d : %08lx/%05x %p\n", in sba_fill_pdir() 1469 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg_attrs() 1537 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg_attrs() 1561 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg_attrs() 1581 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg_attrs()
|