Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ioforge_virtio_device Struct Reference

#include <ioforge_virtio.h>

Data Fields

struct ioforge_pci_device pci
 
struct virtio_pci_cap common_cfg
 
struct virtio_pci_cap notify_cfg
 
struct virtio_pci_cap isr_cfg
 
struct virtio_pci_cap device_cfg
 
struct virtio_pci_cap pci_cfg
 

Detailed Description

Definition at line 13 of file ioforge_virtio.h.

Field Documentation

◆ common_cfg

struct virtio_pci_cap ioforge_virtio_device::common_cfg

Definition at line 15 of file ioforge_virtio.h.

Referenced by for_each_virtio_device(), and virtio_scan_capabilities().

◆ device_cfg

struct virtio_pci_cap ioforge_virtio_device::device_cfg

Definition at line 18 of file ioforge_virtio.h.

◆ isr_cfg

struct virtio_pci_cap ioforge_virtio_device::isr_cfg

Definition at line 17 of file ioforge_virtio.h.

Referenced by for_each_virtio_device(), and virtio_scan_capabilities().

◆ notify_cfg

struct virtio_pci_cap ioforge_virtio_device::notify_cfg

Definition at line 16 of file ioforge_virtio.h.

Referenced by for_each_virtio_device(), and virtio_scan_capabilities().

◆ pci

struct ioforge_pci_device ioforge_virtio_device::pci

Definition at line 14 of file ioforge_virtio.h.

Referenced by __attribute__(), and for_each_virtio_device().

◆ pci_cfg

struct virtio_pci_cap ioforge_virtio_device::pci_cfg

Definition at line 19 of file ioforge_virtio.h.


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