Home
last modified time | relevance | path

Searched defs:ocxl_hw_afu (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.h20 struct ocxl_hw_afu { struct
21 struct ocxlflash_context *ocxl_ctx; /* Host context */
22 struct pci_dev *pdev; /* PCI device */
23 struct device *dev; /* Generic device */
24 bool perst_same_image; /* Same image loaded on perst */
26 struct ocxl_fn_config fcfg; /* DVSEC config of the function */
27 struct ocxl_afu_config acfg; /* AFU configuration data */
51 struct ocxl_hw_afu *hw_afu; /* HW AFU back pointer */ argument