Searched defs:TceTableManagerCB (Results 1 – 1 of 1) sorted by relevance
78 struct TceTableManagerCB { struct79 u64 busNumber; /* Bus number for this tce table */80 u64 start; /* Will be NULL for secondary */81 u64 totalSize; /* Size (in pages) of whole table */82 u64 startOffset; /* Index into real tce table of the84 u64 size; /* Size (in pages) of our section */85 u64 index; /* Index of this tce table (token?) */86 u16 maxTceTableIndex; /* Max num of tables for partition */87 u8 virtualBusFlag; /* Flag to indicate virtual bus */88 u8 logicalSlot; /* IOA Tce Slot Index */[all …]