Searched refs:cxl_pci_associate_default_context (Results 1 – 3 of 3) sorted by relevance
113 bool cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu) in cxl_pci_associate_default_context() function122 ret = calls->cxl_pci_associate_default_context(dev, afu); in cxl_pci_associate_default_context()128 EXPORT_SYMBOL_GPL(cxl_pci_associate_default_context);
113 .cxl_pci_associate_default_context = _cxl_pci_associate_default_context,
754 bool (*cxl_pci_associate_default_context)(struct pci_dev *dev, struct cxl_afu *afu); member