iommu_direction_to_tce_perm
extern unsigned long iommu_direction_to_tce_perm(enum dma_data_direction dir);
EXPORT_SYMBOL_GPL(iommu_direction_to_tce_perm);
u64 proto_tce = iommu_direction_to_tce_perm(direction);
u64 proto_tce = iommu_direction_to_tce_perm(*direction);
u64 proto_tce = iommu_direction_to_tce_perm(*direction);