Searched refs:DBG_RUN_SG (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/parisc/ |
D | ccio-dma.c | 95 #define DBG_RUN_SG(x...) printk(x) macro 97 #define DBG_RUN_SG(x...) macro 914 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in ccio_map_sg() 958 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in ccio_map_sg() 986 DBG_RUN_SG("%s() START %d entries, %08lx,%x\n", in ccio_unmap_sg() 1003 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in ccio_unmap_sg()
|
D | iommu-helpers.h | 33 DBG_RUN_SG(" %d : %08lx/%05x %08lx/%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 942 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg() 1003 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg() 1027 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg() 1052 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg()
|
/linux-3.4.99/arch/ia64/hp/common/ |
D | sba_iommu.c | 126 #define DBG_RUN_SG(x...) printk(x) macro 128 #define DBG_RUN_SG(x...) macro 1246 DBG_RUN_SG(" %d : %08lx/%05x %p\n", in sba_fill_pdir() 1471 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg_attrs() 1539 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg_attrs() 1563 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg_attrs() 1583 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg_attrs()
|