Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
467 struct pci_sriov { struct468 int pos; /* Capability position */469 int nres; /* Number of resources */470 u32 cap; /* SR-IOV Capabilities */471 u16 ctrl; /* SR-IOV Control */472 u16 total_VFs; /* Total VFs associated with the PF */473 u16 initial_VFs; /* Initial VFs associated with the PF */474 u16 num_VFs; /* Number of VFs available */475 u16 offset; /* First VF Routing ID offset */476 u16 stride; /* Following VF stride */[all …]