Searched defs:ocxl_hw_afu (Results 1 – 1 of 1) sorted by relevance
21 struct ocxl_hw_afu { struct22 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