Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dswiotlb.h70 struct io_tlb_pool { struct
71 phys_addr_t start;
72 phys_addr_t end;
73 void *vaddr;
74 unsigned long nslabs;
75 bool late_alloc;
76 unsigned int nareas;
77 unsigned int area_nslabs;
78 struct io_tlb_area *areas;
79 struct io_tlb_slot *slots;
[all …]