Lines Matching defs:rio_mport_mapping
121 struct rio_mport_mapping { struct
122 struct list_head node;
123 struct mport_dev *md;
124 enum rio_mport_map_dir dir;
125 u16 rioid;
126 u64 rio_addr;
127 dma_addr_t phys_addr; /* for mmap */
128 void *virt_addr; /* kernel address, for dma_free_coherent */
129 u64 size;
130 struct kref ref; /* refcount of vmas sharing the mapping */
131 struct file *filp;