Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
314 struct pci_sriov { struct315 int pos; /* Capability position */316 int nres; /* Number of resources */317 u32 cap; /* SR-IOV Capabilities */318 u16 ctrl; /* SR-IOV Control */319 u16 total_VFs; /* Total VFs associated with the PF */320 u16 initial_VFs; /* Initial VFs associated with the PF */321 u16 num_VFs; /* Number of VFs available */322 u16 offset; /* First VF Routing ID offset */323 u16 stride; /* Following VF stride */[all …]