Home
last modified time | relevance | path

Searched refs:cxl_pci_associate_default_context (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/cxl/
Dbase.c113 bool cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu) in cxl_pci_associate_default_context() function
122 ret = calls->cxl_pci_associate_default_context(dev, afu); in cxl_pci_associate_default_context()
128 EXPORT_SYMBOL_GPL(cxl_pci_associate_default_context);
Dmain.c113 .cxl_pci_associate_default_context = _cxl_pci_associate_default_context,
Dcxl.h754 bool (*cxl_pci_associate_default_context)(struct pci_dev *dev, struct cxl_afu *afu); member