Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/
Dpci_dma.h78 struct TceTableManagerCB { struct
79 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 the
84 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 …]