TianoCore EDK2 master
Loading...
Searching...
No Matches
VIRTIO_FS Struct Reference

Data Fields

UINT64 Signature
 
VIRTIO_DEVICE_PROTOCOLVirtio
 
VIRTIO_FS_LABEL Label
 
UINT16 QueueSize
 
VRING Ring
 
VOID * RingMap
 
UINT64 RequestId
 
UINT32 MaxWrite
 
EFI_EVENT ExitBoot
 
LIST_ENTRY OpenFiles
 
EFI_SIMPLE_FILE_SYSTEM_PROTOCOL SimpleFs
 

Detailed Description

Definition at line 66 of file VirtioFsDxe.h.

Field Documentation

◆ ExitBoot

EFI_EVENT VIRTIO_FS::ExitBoot

Definition at line 82 of file VirtioFsDxe.h.

◆ Label

VIRTIO_FS_LABEL VIRTIO_FS::Label

Definition at line 76 of file VirtioFsDxe.h.

◆ MaxWrite

UINT32 VIRTIO_FS::MaxWrite

Definition at line 81 of file VirtioFsDxe.h.

◆ OpenFiles

LIST_ENTRY VIRTIO_FS::OpenFiles

Definition at line 83 of file VirtioFsDxe.h.

◆ QueueSize

UINT16 VIRTIO_FS::QueueSize

Definition at line 77 of file VirtioFsDxe.h.

◆ RequestId

UINT64 VIRTIO_FS::RequestId

Definition at line 80 of file VirtioFsDxe.h.

◆ Ring

VRING VIRTIO_FS::Ring

Definition at line 78 of file VirtioFsDxe.h.

◆ RingMap

VOID* VIRTIO_FS::RingMap

Definition at line 79 of file VirtioFsDxe.h.

◆ Signature

UINT64 VIRTIO_FS::Signature

Definition at line 74 of file VirtioFsDxe.h.

◆ SimpleFs

EFI_SIMPLE_FILE_SYSTEM_PROTOCOL VIRTIO_FS::SimpleFs

Definition at line 84 of file VirtioFsDxe.h.

◆ Virtio

VIRTIO_DEVICE_PROTOCOL* VIRTIO_FS::Virtio

Definition at line 75 of file VirtioFsDxe.h.


The documentation for this struct was generated from the following file: