Home
last modified time | relevance | path

Searched defs:rio_mport_mapping (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c125 struct rio_mport_mapping { struct
126 struct list_head node;
127 struct mport_dev *md;
128 enum rio_mport_map_dir dir;
129 u16 rioid;
130 u64 rio_addr;
131 dma_addr_t phys_addr; /* for mmap */
132 void *virt_addr; /* kernel address, for dma_free_coherent */
133 u64 size;
134 struct kref ref; /* refcount of vmas sharing the mapping */
[all …]