Searched defs:opae_adapter_data_pci (Results 1 – 1 of 1) sorted by relevance
242 struct opae_adapter_data_pci { struct243 enum opae_adapter_type type;244 u16 device_id;245 u16 vendor_id;246 u16 bus; /*Device bus for PCI */247 u16 devid; /* Device ID */248 u16 function; /* Device function */249 struct opae_reg_region region[PCI_MAX_RESOURCE];250 int vfio_dev_fd; /* VFIO device file descriptor */