Searched defs:ocxl_link (Results 1 – 1 of 1) sorted by relevance
86 struct ocxl_link { struct87 struct list_head list;88 struct kref ref;89 int domain;90 int bus;91 int dev;92 void __iomem *arva; /* ATSD register virtual address */93 spinlock_t atsd_lock; /* to serialize shootdowns */94 atomic_t irq_available;95 struct spa *spa;[all …]