Searched refs:sba_check_pdir (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/parisc/ |
D | sba_iommu.c | 236 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() 969 if (sba_check_pdir(ioc,"Check before sba_map_sg()")) in sba_map_sg() 1004 if (sba_check_pdir(ioc,"Check after sba_map_sg()")) in sba_map_sg() 1052 sba_check_pdir(ioc,"Check before sba_unmap_sg()"); in sba_unmap_sg() 1072 sba_check_pdir(ioc,"Check after sba_unmap_sg()"); in sba_unmap_sg()
|
/Linux-v6.1/arch/ia64/hp/common/ |
D | sba_iommu.c | 340 sba_check_pdir(struct ioc *ioc, char *msg) in sba_check_pdir() function 961 if (sba_check_pdir(ioc,"Check before sba_map_page()")) in sba_map_page() 992 sba_check_pdir(ioc,"Check after sba_map_page()"); in sba_map_page() 1468 if (sba_check_pdir(ioc,"Check before sba_map_sg_attrs()")) in sba_map_sg_attrs() 1504 if (sba_check_pdir(ioc,"Check after sba_map_sg_attrs()")) in sba_map_sg_attrs() 1545 sba_check_pdir(ioc,"Check before sba_unmap_sg_attrs()"); in sba_unmap_sg_attrs() 1561 sba_check_pdir(ioc,"Check after sba_unmap_sg_attrs()"); in sba_unmap_sg_attrs()
|