Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/
Dpci.h319 struct pci_sriov { struct
320 int pos; /* Capability position */
321 int nres; /* Number of resources */
322 u32 cap; /* SR-IOV Capabilities */
323 u16 ctrl; /* SR-IOV Control */
324 u16 total_VFs; /* Total VFs associated with the PF */
325 u16 initial_VFs; /* Initial VFs associated with the PF */
326 u16 num_VFs; /* Number of VFs available */
327 u16 offset; /* First VF Routing ID offset */
328 u16 stride; /* Following VF stride */
[all …]