]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/scsi/cxlflash/ocxl_hw.h
UBUNTU: SAUCE: cxlflash: Read host function configuration
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / cxlflash / ocxl_hw.h
1 /*
2 * CXL Flash Device Driver
3 *
4 * Written by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>, IBM Corporation
5 * Uma Krishnan <ukrishn@linux.vnet.ibm.com>, IBM Corporation
6 *
7 * Copyright (C) 2018 IBM Corporation
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version
12 * 2 of the License, or (at your option) any later version.
13 */
14
15 /* OCXL hardware AFU associated with the host */
16 struct ocxl_hw_afu {
17 struct pci_dev *pdev; /* PCI device */
18 struct device *dev; /* Generic device */
19
20 struct ocxl_fn_config fcfg; /* DVSEC config of the function */
21 };