Lines Matching defs:pci_sriov
296 struct pci_sriov { struct
297 int pos; /* Capability position */
298 int nres; /* Number of resources */
299 u32 cap; /* SR-IOV Capabilities */
300 u16 ctrl; /* SR-IOV Control */
301 u16 total_VFs; /* Total VFs associated with the PF */
302 u16 initial_VFs; /* Initial VFs associated with the PF */
303 u16 num_VFs; /* Number of VFs available */
304 u16 offset; /* First VF Routing ID offset */
305 u16 stride; /* Following VF stride */
306 u16 vf_device; /* VF device ID */
307 u32 pgsz; /* Page size for BAR alignment */
308 u8 link; /* Function Dependency Link */
309 u8 max_VF_buses; /* Max buses consumed by VFs */
310 u16 driver_max_VFs; /* Max num VFs driver supports */
311 struct pci_dev *dev; /* Lowest numbered PF */
312 struct pci_dev *self; /* This PF */
313 u32 class; /* VF device */
314 u8 hdr_type; /* VF header type */
315 u16 subsystem_vendor; /* VF subsystem vendor */
316 u16 subsystem_device; /* VF subsystem device */
317 resource_size_t barsz[PCI_SRIOV_NUM_BARS]; /* VF BAR size */
318 bool drivers_autoprobe; /* Auto probing of VFs by driver */