Home
last modified time | relevance | path

Searched refs:ocxl_fn_config (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/misc/ocxl/
Dconfig.c74 static void read_pasid(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_pasid()
97 static int read_dvsec_tl(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_tl()
114 static int read_dvsec_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_function()
141 static int read_dvsec_afu_info(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_afu_info()
189 static int validate_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in validate_function()
206 int ocxl_config_read_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in ocxl_config_read_function()
246 static int read_afu_info(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_afu_info()
284 static int read_template_version(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_template_version()
303 struct ocxl_fn_config *fn, int afu_idx) in ocxl_config_check_afu_index()
344 static int read_afu_name(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_afu_name()
[all …]
Docxl_internal.h19 struct ocxl_fn_config config;
122 struct ocxl_fn_config *fn, int afu_idx);
Dcore.c534 const struct ocxl_fn_config *ocxl_function_config(struct ocxl_fn *fn) in ocxl_function_config()
/Linux-v5.4/include/misc/
Docxl.h43 struct ocxl_fn_config { struct
116 const struct ocxl_fn_config *ocxl_function_config(struct ocxl_fn *fn);
354 struct ocxl_fn_config *fn,
439 struct ocxl_fn_config *fn);
/Linux-v5.4/drivers/scsi/cxlflash/
Docxl_hw.h27 struct ocxl_fn_config fcfg; /* DVSEC config of the function */
Docxl_hw.c730 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn()
857 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_afu()