Documentation/translations/zh_CN/PCI/pci-iov-howto.rst

Source file repositories/reference/linux-study-clean/Documentation/translations/zh_CN/PCI/pci-iov-howto.rst

File Facts

System
Linux kernel
Corpus path
Documentation/translations/zh_CN/PCI/pci-iov-howto.rst
Extension
.rst
Size
4418 bytes
Lines
170
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: operation-table or driver-model contract
Status
pattern implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

static struct pci_driver dev_driver = {
		.name =		"SR-IOV Physical Function driver",
		.id_table =	dev_id_table,
		.probe =	dev_probe,
		.remove =	dev_remove,
		.driver.pm =    &dev_pm_ops
		.shutdown =	dev_shutdown,
		.sriov_configure = dev_sriov_configure,
	};

Annotation

Implementation Notes