Searched defs:tioca_kernel (Results 1 – 1 of 1) sorted by relevance
48 struct tioca_kernel { struct49 struct tioca_common *ca_common; /* tioca this belongs to */50 struct list_head ca_list; /* list of all ca's */51 struct list_head ca_dmamaps;52 spinlock_t ca_lock; /* Kernel lock */53 cnodeid_t ca_closest_node;54 struct list_head *ca_devices; /* bus->devices */59 u64 ca_ap_size; /* size of aperature in bytes */60 u32 ca_gart_entries; /* # u64 entries in gart */61 u32 ca_ap_pagesize; /* aperature page size in bytes */[all …]