Searched refs:sba_check_pdir (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/parisc/ |
D | sba_iommu.c | 228 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() 772 sba_check_pdir(ioc,"Check after sba_map_single()"); in sba_map_single() 956 if (sba_check_pdir(ioc,"Check before sba_map_sg()")) in sba_map_sg() 992 if (sba_check_pdir(ioc,"Check after sba_map_sg()")) in sba_map_sg() 1036 sba_check_pdir(ioc,"Check before sba_unmap_sg()"); in sba_unmap_sg() 1054 sba_check_pdir(ioc,"Check after sba_unmap_sg()"); in sba_unmap_sg()
|
/linux-2.6.39/arch/ia64/hp/common/ |
D | sba_iommu.c | 348 sba_check_pdir(struct ioc *ioc, char *msg) in sba_check_pdir() function 969 if (sba_check_pdir(ioc,"Check before sba_map_single_attrs()")) in sba_map_page() 1000 sba_check_pdir(ioc,"Check after sba_map_single_attrs()"); in sba_map_page() 1493 if (sba_check_pdir(ioc,"Check before sba_map_sg_attrs()")) in sba_map_sg_attrs() 1529 if (sba_check_pdir(ioc,"Check after sba_map_sg_attrs()")) in sba_map_sg_attrs() 1570 sba_check_pdir(ioc,"Check before sba_unmap_sg_attrs()"); in sba_unmap_sg_attrs() 1586 sba_check_pdir(ioc,"Check after sba_unmap_sg_attrs()"); in sba_unmap_sg_attrs()
|