Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
564 struct pci_sriov { struct565 int pos; /* Capability position */566 int nres; /* Number of resources */567 u32 cap; /* SR-IOV Capabilities */568 u16 ctrl; /* SR-IOV Control */569 u16 total_VFs; /* Total VFs associated with the PF */570 u16 initial_VFs; /* Initial VFs associated with the PF */571 u16 num_VFs; /* Number of VFs available */572 u16 offset; /* First VF Routing ID offset */573 u16 stride; /* Following VF stride */[all …]