Home
last modified time | relevance | path

Searched defs:pci_sriov (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pci/
Dpci.h234 struct pci_sriov { struct
235 int pos; /* capability position */
236 int nres; /* number of resources */
237 u32 cap; /* SR-IOV Capabilities */
238 u16 ctrl; /* SR-IOV Control */
239 u16 total_VFs; /* total VFs associated with the PF */
240 u16 initial_VFs; /* initial VFs associated with the PF */
241 u16 num_VFs; /* number of VFs available */
242 u16 offset; /* first VF Routing ID offset */
266 resource_size_t pci_sriov_resource_alignment(struct pci_dev *dev, int resno); argument