Home
last modified time | relevance | path

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

/linux-5.19.10/include/misc/
Docxl.h333 int ocxl_config_read_afu(struct pci_dev *dev,
/linux-5.19.10/drivers/misc/ocxl/
Dconfig.c634 int ocxl_config_read_afu(struct pci_dev *dev, struct ocxl_fn_config *fn, in ocxl_config_read_afu() function
700 EXPORT_SYMBOL_GPL(ocxl_config_read_afu);
Dcore.c217 rc = ocxl_config_read_afu(dev, &afu->fn->config, &afu->config, afu_idx); in configure_afu()
/linux-5.19.10/drivers/scsi/cxlflash/
Docxl_hw.c868 rc = ocxl_config_read_afu(pdev, fcfg, acfg, 0); in ocxlflash_config_afu()