Lines Matching refs:cxl_afu
31 struct cxl_afu *afu; in cxl_pci_enable_device_hook()
35 afu = (struct cxl_afu *)phb->private_data; in cxl_pci_enable_device_hook()
86 static inline struct cxl_afu *pci_bus_to_afu(struct pci_bus *bus) in pci_bus_to_afu()
93 static void cxl_afu_configured_put(struct cxl_afu *afu) in cxl_afu_configured_put()
98 static bool cxl_afu_configured_get(struct cxl_afu *afu) in cxl_afu_configured_get()
104 struct cxl_afu *afu, int *_record) in cxl_pcie_config_info()
120 struct cxl_afu *afu; in cxl_pcie_read_config()
160 struct cxl_afu *afu; in cxl_pcie_write_config()
209 int cxl_pci_vphb_add(struct cxl_afu *afu) in cxl_pci_vphb_add()
275 void cxl_pci_vphb_remove(struct cxl_afu *afu) in cxl_pci_vphb_remove()
302 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev) in cxl_pci_to_afu()
308 return (struct cxl_afu *)phb->private_data; in cxl_pci_to_afu()