Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
384 struct pci_sriov { struct385 int pos; /* Capability position */386 int nres; /* Number of resources */387 u32 cap; /* SR-IOV Capabilities */388 u16 ctrl; /* SR-IOV Control */389 u16 total_VFs; /* Total VFs associated with the PF */390 u16 initial_VFs; /* Initial VFs associated with the PF */391 u16 num_VFs; /* Number of VFs available */392 u16 offset; /* First VF Routing ID offset */393 u16 stride; /* Following VF stride */[all …]