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