Lines Matching defs:pci_sriov
281 struct pci_sriov { struct
282 int pos; /* Capability position */
283 int nres; /* Number of resources */
284 u32 cap; /* SR-IOV Capabilities */
285 u16 ctrl; /* SR-IOV Control */
286 u16 total_VFs; /* Total VFs associated with the PF */
287 u16 initial_VFs; /* Initial VFs associated with the PF */
288 u16 num_VFs; /* Number of VFs available */
289 u16 offset; /* First VF Routing ID offset */
290 u16 stride; /* Following VF stride */
291 u16 vf_device; /* VF device ID */
292 u32 pgsz; /* Page size for BAR alignment */
293 u8 link; /* Function Dependency Link */
294 u8 max_VF_buses; /* Max buses consumed by VFs */
295 u16 driver_max_VFs; /* Max num VFs driver supports */
296 struct pci_dev *dev; /* Lowest numbered PF */
297 struct pci_dev *self; /* This PF */
298 u32 class; /* VF device */
299 u8 hdr_type; /* VF header type */
300 u16 subsystem_vendor; /* VF subsystem vendor */
301 u16 subsystem_device; /* VF subsystem device */
302 resource_size_t barsz[PCI_SRIOV_NUM_BARS]; /* VF BAR size */
303 bool drivers_autoprobe; /* Auto probing of VFs by driver */