Home
last modified time | relevance | path

Searched refs:cxl_pci_to_afu (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
Dvphb.c299 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev) in cxl_pci_to_afu() function
307 EXPORT_SYMBOL_GPL(cxl_pci_to_afu);
Dapi.c26 afu = cxl_pci_to_afu(dev); in cxl_dev_context_init()
79 afu = cxl_pci_to_afu(dev); in cxl_get_phys_dev()
/linux-4.4.14/include/misc/
Dcxl.h28 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev);
/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c2435 cfg->cxl_afu = cxl_pci_to_afu(pdev); in cxlflash_probe()