Searched defs:pci_epc_features (Results 1 – 1 of 1) sorted by relevance
322 struct pci_epc_features { struct323 unsigned int linkup_notifier : 1;324 unsigned int dynamic_inbound_mapping : 1;325 unsigned int subrange_mapping : 1;326 unsigned int msi_capable : 1;327 unsigned int msix_capable : 1;328 unsigned int intx_capable : 1;329 struct pci_epc_bar_desc bar[PCI_STD_NUM_BARS];330 size_t align;