Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
323 struct pci_sriov { struct324 int pos; /* Capability position */325 int nres; /* Number of resources */326 u32 cap; /* SR-IOV Capabilities */327 u16 ctrl; /* SR-IOV Control */328 u16 total_VFs; /* Total VFs associated with the PF */329 u16 initial_VFs; /* Initial VFs associated with the PF */330 u16 num_VFs; /* Number of VFs available */331 u16 offset; /* First VF Routing ID offset */332 u16 stride; /* Following VF stride */[all …]