Lines Matching defs:pci_sriov
323 struct pci_sriov { struct
324 int pos; /* Capability position */
325 int nres; /* Number of resources */
326 u32 cap; /* SR-IOV Capabilities */
327 u16 ctrl; /* SR-IOV Control */
328 u16 total_VFs; /* Total VFs associated with the PF */
329 u16 initial_VFs; /* Initial VFs associated with the PF */
330 u16 num_VFs; /* Number of VFs available */
331 u16 offset; /* First VF Routing ID offset */
332 u16 stride; /* Following VF stride */
333 u16 vf_device; /* VF device ID */
334 u32 pgsz; /* Page size for BAR alignment */
335 u8 link; /* Function Dependency Link */
336 u8 max_VF_buses; /* Max buses consumed by VFs */
337 u16 driver_max_VFs; /* Max num VFs driver supports */
338 struct pci_dev *dev; /* Lowest numbered PF */
339 struct pci_dev *self; /* This PF */
340 u32 class; /* VF device */
341 u8 hdr_type; /* VF header type */
342 u16 subsystem_vendor; /* VF subsystem vendor */
343 u16 subsystem_device; /* VF subsystem device */
344 resource_size_t barsz[PCI_SRIOV_NUM_BARS]; /* VF BAR size */
345 bool drivers_autoprobe; /* Auto probing of VFs by driver */