Lines Matching refs:cxl_afu
46 struct cxl_afu *afu; in cxl_pci_enable_device_hook()
50 afu = (struct cxl_afu *)phb->private_data; in cxl_pci_enable_device_hook()
117 struct cxl_afu *afu; in cxl_pcie_config_info()
123 afu = (struct cxl_afu *)phb->private_data; in cxl_pcie_config_info()
151 struct cxl_afu *afu; in cxl_config_link_ok()
163 afu = (struct cxl_afu *)phb->private_data; in cxl_config_link_ok()
232 int cxl_pci_vphb_add(struct cxl_afu *afu) in cxl_pci_vphb_add()
275 void cxl_pci_vphb_reconfigure(struct cxl_afu *afu) in cxl_pci_vphb_reconfigure()
284 void cxl_pci_vphb_remove(struct cxl_afu *afu) in cxl_pci_vphb_remove()
299 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev) in cxl_pci_to_afu()
305 return (struct cxl_afu *)phb->private_data; in cxl_pci_to_afu()