Lines Matching full:region
25 * struct dfl_afu_mmio_region - afu mmio region data structure
27 * @index: region index.
28 * @flags: region flags (access permission).
29 * @size: region size.
30 * @offset: region offset from start of the device fd.
31 * @phys: region's physical address.
32 * @node: node to add to afu feature dev's region list.
44 * struct fpga_afu_dma_region - afu DMA region data structure
46 * @user_addr: region userspace virtual address.
47 * @length: region length.
48 * @iova: region IO virtual address.
49 * @pages: ptr to pages of this region.
51 * @in_use: flag to indicate if this region is in_use.
65 * @region_cur_offset: current region offset from start to the device fd.
67 * @regions: the mmio region linked list of this afu feature device.