Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci.h294 struct pci_sriov { struct
295 int pos; /* Capability position */
296 int nres; /* Number of resources */
297 u32 cap; /* SR-IOV Capabilities */
298 u16 ctrl; /* SR-IOV Control */
299 u16 total_VFs; /* Total VFs associated with the PF */
300 u16 initial_VFs; /* Initial VFs associated with the PF */
301 u16 num_VFs; /* Number of VFs available */
302 u16 offset; /* First VF Routing ID offset */
303 u16 stride; /* Following VF stride */
[all …]