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