Searched defs:tioce_dmamap (Results 1 – 1 of 1) sorted by relevance
47 struct tioce_dmamap { struct48 struct list_head ce_dmamap_list; /* headed by tioce_kernel */49 u32 refcnt;51 u64 nbytes; /* # bytes mapped */53 u64 ct_start; /* coretalk start address */54 u64 pci_start; /* bus start address */56 u64 __iomem *ate_hw;/* hw ptr of first ate in map */57 u64 *ate_shadow; /* shadow ptr of firat ate */58 u16 ate_count; /* # ate's in the map */