Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dpci.h271 struct pci_sriov { struct
272 int pos; /* Capability position */
273 int nres; /* Number of resources */
274 u32 cap; /* SR-IOV Capabilities */
275 u16 ctrl; /* SR-IOV Control */
276 u16 total_VFs; /* Total VFs associated with the PF */
277 u16 initial_VFs; /* Initial VFs associated with the PF */
278 u16 num_VFs; /* Number of VFs available */
279 u16 offset; /* First VF Routing ID offset */
280 u16 stride; /* Following VF stride */
[all …]