Home
last modified time | relevance | path

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

/Linux-v4.19/include/misc/
Docxl.h56 extern int ocxl_config_read_function(struct pci_dev *dev,
/Linux-v4.19/drivers/misc/ocxl/
Dconfig.c204 int ocxl_config_read_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in ocxl_config_read_function() function
246 EXPORT_SYMBOL_GPL(ocxl_config_read_function);
Dpci.c468 rc = ocxl_config_read_function(dev, &fn->config); in configure_function()
/Linux-v4.19/drivers/scsi/cxlflash/
Docxl_hw.c755 rc = ocxl_config_read_function(pdev, fcfg); in ocxlflash_config_fn()