Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
257 struct pci_sriov { struct258 int pos; /* capability position */259 int nres; /* number of resources */260 u32 cap; /* SR-IOV Capabilities */261 u16 ctrl; /* SR-IOV Control */262 u16 total_VFs; /* total VFs associated with the PF */263 u16 initial_VFs; /* initial VFs associated with the PF */264 u16 num_VFs; /* number of VFs available */265 u16 offset; /* first VF Routing ID offset */266 u16 stride; /* following VF stride */[all …]