Searched defs:rio_mport_mapping (Results 1 – 1 of 1) sorted by relevance
121 struct rio_mport_mapping { struct122 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 */[all …]