Lines Matching defs:pci_sriov
290 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 */
300 u16 vf_device; /* VF device ID */
301 u32 pgsz; /* Page size for BAR alignment */
302 u8 link; /* Function Dependency Link */
303 u8 max_VF_buses; /* Max buses consumed by VFs */
304 u16 driver_max_VFs; /* Max num VFs driver supports */
305 struct pci_dev *dev; /* Lowest numbered PF */
306 struct pci_dev *self; /* This PF */
307 u32 class; /* VF device */
308 u8 hdr_type; /* VF header type */
309 u16 subsystem_vendor; /* VF subsystem vendor */
310 u16 subsystem_device; /* VF subsystem device */
311 resource_size_t barsz[PCI_SRIOV_NUM_BARS]; /* VF BAR size */
312 bool drivers_autoprobe; /* Auto probing of VFs by driver */