drivers/pci/endpoint/functions/pci-epf-ntb.c

Source file repositories/reference/linux-study-clean/drivers/pci/endpoint/functions/pci-epf-ntb.c

File Facts

System
Linux kernel
Corpus path
drivers/pci/endpoint/functions/pci-epf-ntb.c
Extension
.c
Size
73251 bytes
Lines
2103
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(epf_ntb_init);

static void __exit epf_ntb_exit(void)
{
	pci_epf_unregister_driver(&epf_ntb_driver);
	destroy_workqueue(kpcintb_workqueue);
}
module_exit(epf_ntb_exit);

MODULE_DESCRIPTION("PCI EPF NTB DRIVER");
MODULE_AUTHOR("Kishon Vijay Abraham I <kishon@ti.com>");
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes