Searched refs:sba_check_pdir (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/parisc/ |
D | sba_iommu.c | 234 sba_check_pdir(struct ioc *ioc, char *msg) in sba_check_pdir() function 732 sba_check_pdir(ioc,"Check before sba_map_single()"); in sba_map_single() 771 sba_check_pdir(ioc,"Check after sba_map_single()"); in sba_map_single() 974 if (sba_check_pdir(ioc,"Check before sba_map_sg()")) in sba_map_sg() 1009 if (sba_check_pdir(ioc,"Check after sba_map_sg()")) in sba_map_sg() 1058 sba_check_pdir(ioc,"Check before sba_unmap_sg()"); in sba_unmap_sg() 1078 sba_check_pdir(ioc,"Check after sba_unmap_sg()"); in sba_unmap_sg()
|
/linux-6.6.21/arch/ia64/hp/common/ |
D | sba_iommu.c | 340 sba_check_pdir(struct ioc *ioc, char *msg) in sba_check_pdir() function 969 if (sba_check_pdir(ioc,"Check before sba_map_page()")) in sba_map_page() 1000 sba_check_pdir(ioc,"Check after sba_map_page()"); in sba_map_page() 1476 if (sba_check_pdir(ioc,"Check before sba_map_sg_attrs()")) in sba_map_sg_attrs() 1512 if (sba_check_pdir(ioc,"Check after sba_map_sg_attrs()")) in sba_map_sg_attrs() 1553 sba_check_pdir(ioc,"Check before sba_unmap_sg_attrs()"); in sba_unmap_sg_attrs() 1569 sba_check_pdir(ioc,"Check after sba_unmap_sg_attrs()"); in sba_unmap_sg_attrs()
|