Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswiotlb.h88 struct io_tlb_pool { struct
89 phys_addr_t start;
90 phys_addr_t end;
91 void *vaddr;
92 unsigned long nslabs;
93 bool late_alloc;
94 unsigned int nareas;
95 unsigned int area_nslabs;
96 struct io_tlb_area *areas;
97 struct io_tlb_slot *slots;
[all …]