Searched defs:rio_mport_mapping (Results 1 – 1 of 1) sorted by relevance
109 struct rio_mport_mapping { struct110 struct list_head node;111 struct mport_dev *md;112 enum rio_mport_map_dir dir;113 u16 rioid;114 u64 rio_addr;115 dma_addr_t phys_addr; /* for mmap */116 void *virt_addr; /* kernel address, for dma_free_coherent */117 u64 size;118 struct kref ref; /* refcount of vmas sharing the mapping */[all …]