Lines Matching defs:cxl
676 struct cxl { struct
677 struct cxl_native *native; argument
678 struct cxl_guest *guest; argument
680 struct cxl_afu *afu[CXL_MAX_SLICES]; argument
686 struct bin_attribute cxl_attr; argument
687 int adapter_num;
688 int user_irqs;
712 int cxl_pci_alloc_one_irq(struct cxl *adapter); argument
763 static inline bool cxl_adapter_link_ok(struct cxl *cxl, struct cxl_afu *afu) in cxl_adapter_link_ok()
774 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()
786 static inline u64 cxl_p1_read(struct cxl *cxl, cxl_p1_reg_t reg) in cxl_p1_read()