Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
294 struct pci_sriov { struct295 int pos; /* Capability position */296 int nres; /* Number of resources */297 u32 cap; /* SR-IOV Capabilities */298 u16 ctrl; /* SR-IOV Control */299 u16 total_VFs; /* Total VFs associated with the PF */300 u16 initial_VFs; /* Initial VFs associated with the PF */301 u16 num_VFs; /* Number of VFs available */302 u16 offset; /* First VF Routing ID offset */303 u16 stride; /* Following VF stride */[all …]