Home
last modified time | relevance | path

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

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