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()
80 static inline struct cxl_afu *pci_bus_to_afu(struct pci_bus *bus) in pci_bus_to_afu()
87 static void cxl_afu_configured_put(struct cxl_afu *afu) in cxl_afu_configured_put()
92 static bool cxl_afu_configured_get(struct cxl_afu *afu) in cxl_afu_configured_get()
98 struct cxl_afu *afu, int *_record) in cxl_pcie_config_info()
114 struct cxl_afu *afu; in cxl_pcie_read_config()
154 struct cxl_afu *afu; in cxl_pcie_write_config()
202 int cxl_pci_vphb_add(struct cxl_afu *afu) in cxl_pci_vphb_add()
268 void cxl_pci_vphb_remove(struct cxl_afu *afu) in cxl_pci_vphb_remove()
295 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev) in cxl_pci_to_afu()
301 return (struct cxl_afu *)phb->private_data; in cxl_pci_to_afu()