Searched refs:DBG_RUN_SG (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/parisc/ |
A D | ccio-dma.c | 95 #define DBG_RUN_SG(x...) printk(x) macro 97 #define DBG_RUN_SG(x...) macro 923 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in ccio_map_sg() 967 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in ccio_map_sg() 999 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in ccio_unmap_sg() 1017 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in ccio_unmap_sg()
|
A D | iommu-helpers.h | 34 DBG_RUN_SG(" %d : %08lx/%05x %p/%05x\n", nents, in iommu_fill_pdir()
|
A D | sba_iommu.c | 86 #define DBG_RUN_SG(x...) printk(x) macro 88 #define DBG_RUN_SG(x...) macro 952 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg() 1013 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg() 1037 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg() 1068 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg()
|
/linux-6.3-rc2/arch/ia64/hp/common/ |
A D | sba_iommu.c | 122 #define DBG_RUN_SG(x...) printk(x) macro 124 #define DBG_RUN_SG(x...) macro 1217 DBG_RUN_SG(" %d : %08lx/%05x %p\n", in sba_fill_pdir() 1442 DBG_RUN_SG("%s() START %d entries\n", __func__, nents); in sba_map_sg_attrs() 1513 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg_attrs() 1537 DBG_RUN_SG("%s() START %d entries, %p,%x\n", in sba_unmap_sg_attrs() 1557 DBG_RUN_SG("%s() DONE (nents %d)\n", __func__, nents); in sba_unmap_sg_attrs()
|
Completed in 26 milliseconds