Lines Matching defs:ocxl_link
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;95 void *platform_data;