audk/OvmfPkg/VirtioNetDxe
Laszlo Ersek d5a60558c5 OvmfPkg/VirtioNetDxe: list "VirtioNet.h" in the INF file
The header file declares several functions and global variables that are
shared between various translation units in this module. The header file
also defines macros and types that are private to the driver.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Suggested-by: Michael Kinney <michael.d.kinney@intel.com>
Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2018-03-13 14:31:33 +01:00
..
ComponentName.c OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOL 2013-12-11 16:58:22 +00:00
DriverBinding.c OvmfPkg: VIRTIO_DEVICE_PROTOCOL: widen the Features bitmap to 64 bits 2016-04-06 13:04:03 +02:00
EntryPoint.c OvmfPkg: VirtioNetDxe: add entry point 2013-06-14 07:39:40 +00:00
Events.c OvmfPkg/VirtioNetDxe: log debug message in VirtioNetExitBoot() 2017-09-22 15:01:51 +02:00
SnpGetStatus.c OvmfPkg/VirtioNetDxe: map caller-supplied Tx packet to device-address 2017-09-14 23:54:18 +02:00
SnpInitialize.c OvmfPkg/VirtioNetDxe: negotiate VIRTIO_F_IOMMU_PLATFORM 2017-09-14 23:54:20 +02:00
SnpMcastIpToMac.c OvmfPkg: VirtioNetDxe: map multicast IP to MAC: SNP.McastIpToMac 2013-06-14 07:40:30 +00:00
SnpReceive.c OvmfPkg/VirtioNetDxe: alloc RxBuf using AllocateSharedPages() 2017-09-14 23:54:07 +02:00
SnpReceiveFilters.c OvmfPkg: VirtioNetDxe: emulate Rx filter configuration: SNP.ReceiveFilters 2013-06-14 07:40:36 +00:00
SnpSharedHelpers.c OvmfPkg/VirtioNetDxe: add Tx packet map/unmap helper functions 2017-09-14 23:54:15 +02:00
SnpShutdown.c OvmfPkg/VirtioNetDxe: map VRINGs using VirtioRingMap() 2017-09-14 23:54:05 +02:00
SnpStart.c OvmfPkg: VirtioNetDxe: Simple Network Protocol members Start and Stop 2013-06-14 07:39:58 +00:00
SnpStop.c OvmfPkg: VirtioNetDxe: Simple Network Protocol members Start and Stop 2013-06-14 07:39:58 +00:00
SnpTransmit.c OvmfPkg/VirtioNetDxe: map caller-supplied Tx packet to device-address 2017-09-14 23:54:18 +02:00
SnpUnsupported.c OvmfPkg: VirtioNetDxe: definitions of unsupported SNP member functions 2013-06-14 07:40:42 +00:00
TechNotes.txt OvmfPkg/VirtioNetDxe: document Rx/Tx allocs and mappings on Init/Shutdown 2017-09-22 15:01:29 +02:00
VirtioNet.h OvmfPkg/VirtioNetDxe: add Tx packet map/unmap helper functions 2017-09-14 23:54:15 +02:00
VirtioNet.inf OvmfPkg/VirtioNetDxe: list "VirtioNet.h" in the INF file 2018-03-13 14:31:33 +01:00