Searched refs:sba_map_sg (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dmachvec_hpzx1.h9 extern ia64_mv_dma_map_sg sba_map_sg;
28 #define platform_dma_map_sg sba_map_sg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dhwsw_iommu.c36 extern ia64_mv_dma_map_sg sba_map_sg;
45 #define hwiommu_map_sg sba_map_sg
H A Dsba_iommu.c1373 * sba_map_sg - map Scatter/Gather list
1381 int sba_map_sg(struct device *dev, struct scatterlist *sglist, int nents, int dir) function
1415 if (sba_check_pdir(ioc,"Check before sba_map_sg()"))
1418 panic("Check before sba_map_sg()");
1447 if (sba_check_pdir(ioc,"Check after sba_map_sg()"))
1450 panic("Check after sba_map_sg()\n");
2109 EXPORT_SYMBOL(sba_map_sg); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c860 * sba_map_sg - map Scatter/Gather list
869 sba_map_sg(struct device *dev, struct scatterlist *sglist, int nents, function
892 if (sba_check_pdir(ioc,"Check before sba_map_sg()"))
895 panic("Check before sba_map_sg()");
928 if (sba_check_pdir(ioc,"Check after sba_map_sg()"))
931 panic("Check after sba_map_sg()\n");
1003 .map_sg = sba_map_sg,

Completed in 63 milliseconds