Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxlflash/
Docxl_hw.h21 struct ocxl_hw_afu { struct
22 struct ocxlflash_context *ocxl_ctx; /* Host context */
23 struct pci_dev *pdev; /* PCI device */
24 struct device *dev; /* Generic device */
25 bool perst_same_image; /* Same image loaded on perst */
27 struct ocxl_fn_config fcfg; /* DVSEC config of the function */
28 struct ocxl_afu_config acfg; /* AFU configuration data */
52 struct ocxl_hw_afu *hw_afu; /* HW AFU back pointer */ argument