Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/cxl/
Dvphb.c302 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev) in cxl_pci_to_afu() function
310 EXPORT_SYMBOL_GPL(cxl_pci_to_afu);
Dapi.c106 afu = cxl_pci_to_afu(dev); in cxl_dev_context_init()
525 struct cxl_afu *afu = cxl_pci_to_afu(dev); in cxl_read_adapter_vpd()
/Linux-v5.4/include/misc/
Dcxl.h24 struct cxl_afu *cxl_pci_to_afu(struct pci_dev *dev);
/Linux-v5.4/drivers/scsi/cxlflash/
Dcxl_hw.c112 return cxl_pci_to_afu(dev); in cxlflash_create_afu()