Home
last modified time | relevance | path

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

/Linux-v6.1/include/misc/
Docxl.h418 int ocxl_config_read_function(struct pci_dev *dev,
/Linux-v6.1/drivers/misc/ocxl/
Dconfig.c266 int ocxl_config_read_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in ocxl_config_read_function() function
304 EXPORT_SYMBOL_GPL(ocxl_config_read_function);
Dcore.c413 rc = ocxl_config_read_function(dev, &fn->config); in configure_function()
/Linux-v6.1/drivers/scsi/cxlflash/
Docxl_hw.c736 rc = ocxl_config_read_function(pdev, fcfg); in ocxlflash_config_fn()