search for: sysfs_pciback_path

Displaying 1 result from an estimated 1 matches for "sysfs_pciback_path".

2008 Sep 27
0
[PATCH 9/9] xen: add SR-IOV support to xm
..._RESOURCE_PATH = ''/resource'' SYSFS_PCI_DEV_CONFIG_PATH = ''/config'' SYSFS_PCI_DEV_IRQ_PATH = ''/irq'' @@ -28,6 +28,14 @@ SYSFS_PCI_DEV_SUBDEVICE_PATH = ''/subsystem_device'' SYSFS_PCI_DEV_CLASS_PATH = ''/class'' SYSFS_PCIBACK_PATH = ''/bus/pci/drivers/pciback/'' +SYSFS_PCIBACK_NEWSLOT = ''new_slot'' +SYSFS_PCIBACK_REMOVESLOT = ''remove_slot'' +SYSFS_PCI_IOV_ENTRY = ''/iov/'' +SYSFS_PCI_IOV_RID = ''rid'' +SYSFS_PCI_IOV_ENABLE = ''enable...