Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/
Dpci.h290 struct pci_sriov { struct
291 int pos; /* Capability position */
292 int nres; /* Number of resources */
293 u32 cap; /* SR-IOV Capabilities */
294 u16 ctrl; /* SR-IOV Control */
295 u16 total_VFs; /* Total VFs associated with the PF */
296 u16 initial_VFs; /* Initial VFs associated with the PF */
297 u16 num_VFs; /* Number of VFs available */
298 u16 offset; /* First VF Routing ID offset */
299 u16 stride; /* Following VF stride */
[all …]