Searched defs:cxl (Results 1 – 2 of 2) sorted by relevance
684 struct cxl { struct685 struct cxl_native *native; argument686 struct cxl_guest *guest; argument688 struct cxl_afu *afu[CXL_MAX_SLICES]; argument694 struct bin_attribute cxl_attr; argument695 int adapter_num;696 int user_irqs;720 int cxl_pci_alloc_one_irq(struct cxl *adapter); argument771 static inline bool cxl_adapter_link_ok(struct cxl *cxl, struct cxl_afu *afu) in cxl_adapter_link_ok()782 static inline void __iomem *_cxl_p1_addr(struct cxl *cxl, cxl_p1_reg_t reg) in _cxl_p1_addr()[all …]
897 static bool guest_link_ok(struct cxl *cxl, struct cxl_afu *afu) in guest_link_ok()