Searched defs:cxl (Results 1 – 4 of 4) sorted by relevance
676 struct cxl { struct677 struct cxl_native *native; argument678 struct cxl_guest *guest; argument680 struct cxl_afu *afu[CXL_MAX_SLICES]; argument686 struct bin_attribute cxl_attr; argument687 int adapter_num;688 int user_irqs;712 int cxl_pci_alloc_one_irq(struct cxl *adapter); argument774 static inline void __iomem *_cxl_p1_addr(struct cxl *cxl, cxl_p1_reg_t reg) in _cxl_p1_addr()780 static inline void cxl_p1_write(struct cxl *cxl, cxl_p1_reg_t reg, u64 val) in cxl_p1_write()[all …]
894 static bool guest_link_ok(struct cxl *cxl, struct cxl_afu *afu) in guest_link_ok()
181 struct nvdimm_cxl_label cxl; member
33 bool cxl; member
Completed in 17 milliseconds