Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
281 struct pci_sriov { struct282 int pos; /* Capability position */283 int nres; /* Number of resources */284 u32 cap; /* SR-IOV Capabilities */285 u16 ctrl; /* SR-IOV Control */286 u16 total_VFs; /* Total VFs associated with the PF */287 u16 initial_VFs; /* Initial VFs associated with the PF */288 u16 num_VFs; /* Number of VFs available */289 u16 offset; /* First VF Routing ID offset */290 u16 stride; /* Following VF stride */[all …]