Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance
248 struct pci_sriov { struct249 int pos; /* capability position */250 int nres; /* number of resources */251 u32 cap; /* SR-IOV Capabilities */252 u16 ctrl; /* SR-IOV Control */253 u16 total_VFs; /* total VFs associated with the PF */254 u16 initial_VFs; /* initial VFs associated with the PF */255 u16 num_VFs; /* number of VFs available */256 u16 offset; /* first VF Routing ID offset */280 resource_size_t pci_sriov_resource_alignment(struct pci_dev *dev, int resno); argument