Searched refs:ocxl_fn_config (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/misc/ |
D | ocxl.h | 44 struct ocxl_fn_config { struct 57 struct ocxl_fn_config *fn); 66 struct ocxl_fn_config *fn, int afu_idx); 73 struct ocxl_fn_config *fn,
|
/Linux-v4.19/drivers/misc/ocxl/ |
D | config.c | 71 static int read_pasid(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_pasid() 95 static int read_dvsec_tl(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_tl() 112 static int read_dvsec_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_function() 139 static int read_dvsec_afu_info(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_afu_info() 187 static int validate_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in validate_function() 204 int ocxl_config_read_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in ocxl_config_read_function() 248 static int read_afu_info(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_afu_info() 278 struct ocxl_fn_config *fn, int afu_idx) in ocxl_config_check_afu_index() 307 static int read_afu_name(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_afu_name() 325 static int read_afu_mmio(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_afu_mmio() [all …]
|
D | ocxl_internal.h | 23 struct ocxl_fn_config config;
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | ocxl_hw.h | 31 struct ocxl_fn_config fcfg; /* DVSEC config of the function */
|
D | ocxl_hw.c | 749 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn() 876 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_afu()
|