Lines Matching defs:pci_sriov
384 struct pci_sriov { struct
385 int pos; /* Capability position */
386 int nres; /* Number of resources */
387 u32 cap; /* SR-IOV Capabilities */
388 u16 ctrl; /* SR-IOV Control */
389 u16 total_VFs; /* Total VFs associated with the PF */
390 u16 initial_VFs; /* Initial VFs associated with the PF */
391 u16 num_VFs; /* Number of VFs available */
392 u16 offset; /* First VF Routing ID offset */
393 u16 stride; /* Following VF stride */
394 u16 vf_device; /* VF device ID */
395 u32 pgsz; /* Page size for BAR alignment */
396 u8 link; /* Function Dependency Link */
397 u8 max_VF_buses; /* Max buses consumed by VFs */
398 u16 driver_max_VFs; /* Max num VFs driver supports */
399 struct pci_dev *dev; /* Lowest numbered PF */
400 struct pci_dev *self; /* This PF */
401 u32 class; /* VF device */
402 u8 hdr_type; /* VF header type */
403 u16 subsystem_vendor; /* VF subsystem vendor */
404 u16 subsystem_device; /* VF subsystem device */
405 resource_size_t barsz[PCI_SRIOV_NUM_BARS]; /* VF BAR size */
406 bool drivers_autoprobe; /* Auto probing of VFs by driver */