Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
338 struct pci_sriov { struct339 int pos; /* Capability position */340 int nres; /* Number of resources */341 u32 cap; /* SR-IOV Capabilities */342 u16 ctrl; /* SR-IOV Control */343 u16 total_VFs; /* Total VFs associated with the PF */344 u16 initial_VFs; /* Initial VFs associated with the PF */345 u16 num_VFs; /* Number of VFs available */346 u16 offset; /* First VF Routing ID offset */347 u16 stride; /* Following VF stride */[all …]