Home
last modified time | relevance | path

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

/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()
77 afu = cxl_pci_to_afu(dev); in cxl_get_phys_dev()
/drivers/scsi/cxlflash/
Dmain.c2494 cfg->cxl_afu = cxl_pci_to_afu(pdev); in cxlflash_probe()