Home
last modified time | relevance | path

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

/linux-3.3/drivers/pci/
Dpci.h235 struct pci_sriov { struct
236 int pos; /* capability position */
237 int nres; /* number of resources */
238 u32 cap; /* SR-IOV Capabilities */
239 u16 ctrl; /* SR-IOV Control */
240 u16 total; /* total VFs associated with the PF */
241 u16 initial; /* initial VFs associated with the PF */
242 u16 nr_virtfn; /* number of VFs available */
243 u16 offset; /* first VF Routing ID offset */
267 extern resource_size_t pci_sriov_resource_alignment(struct pci_dev *dev, argument