Searched refs:ocxl_fn_config (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
D | config.c | 88 static void read_pasid(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_pasid() 111 static int read_dvsec_tl(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_tl() 128 static int read_dvsec_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_function() 155 static int read_dvsec_afu_info(struct pci_dev *dev, struct ocxl_fn_config *fn) in read_dvsec_afu_info() 260 static int validate_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in validate_function() 277 int ocxl_config_read_function(struct pci_dev *dev, struct ocxl_fn_config *fn) in ocxl_config_read_function() 317 static int read_afu_info(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_afu_info() 355 static int read_template_version(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_template_version() 374 struct ocxl_fn_config *fn, int afu_idx) in ocxl_config_check_afu_index() 415 static int read_afu_name(struct pci_dev *dev, struct ocxl_fn_config *fn, in read_afu_name() [all …]
|
D | ocxl_internal.h | 19 struct ocxl_fn_config config; 128 struct ocxl_fn_config *fn, int afu_idx);
|
D | core.c | 529 const struct ocxl_fn_config *ocxl_function_config(struct ocxl_fn *fn) in ocxl_function_config()
|
/kernel/linux/linux-5.10/include/misc/ |
D | ocxl.h | 43 struct ocxl_fn_config { struct 110 const struct ocxl_fn_config *ocxl_function_config(struct ocxl_fn *fn); 334 struct ocxl_fn_config *fn, 419 struct ocxl_fn_config *fn);
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
D | ocxl_hw.h | 26 struct ocxl_fn_config fcfg; /* DVSEC config of the function */
|
D | ocxl_hw.c | 727 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn() 854 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_afu()
|