Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 13 lines 411 B view raw
1.. SPDX-License-Identifier: GPL-2.0 2 3================= 4PCI NVMe Function 5================= 6 7:Author: Damien Le Moal <dlemoal@kernel.org> 8 9The PCI NVMe endpoint function implements a PCI NVMe controller using the NVMe 10subsystem target core code. The driver for this function resides with the NVMe 11subsystem as drivers/nvme/target/pci-epf.c. 12 13See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.