drivers/nvme/target/pci-epf.c

Source file repositories/reference/linux-study-clean/drivers/nvme/target/pci-epf.c

File Facts

System
Linux kernel
Corpus path
drivers/nvme/target/pci-epf.c
Extension
.c
Size
66510 bytes
Lines
2649
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(nvmet_pci_epf_init_module);
module_exit(nvmet_pci_epf_cleanup_module);

MODULE_DESCRIPTION("NVMe PCI Endpoint Function target driver");
MODULE_AUTHOR("Damien Le Moal <dlemoal@kernel.org>");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes