|
iPXE
|
Macros | |
| #define | VIRTIO_PCI_CAP_TYPE 0x03 |
| Capability type. | |
| #define | VIRTIO_PCI_CAP_TYPE_COMMON 0x01 |
| Common registers. | |
| #define | VIRTIO_PCI_CAP_TYPE_NOTIFY 0x02 |
| Notification doorbells. | |
| #define | VIRTIO_PCI_CAP_TYPE_DEVICE 0x04 |
| Device-specific registers. | |
| #define | VIRTIO_PCI_CAP_BAR 0x04 |
| Capability BAR index. | |
| #define | VIRTIO_PCI_CAP_OFFSET 0x08 |
| Capability BAR offset. | |
| #define | VIRTIO_PCI_CAP_END 0x10 |
| Capability minimum length. | |
| #define | VIRTIO_PCI_CAP_NOTIFY_MULT 0x10 |
| Notification doorbell capability multiplier offset. | |
| #define | VIRTIO_PCI_CAP_NOTIFY_END 0x14 |
| Notification doorbell capability minimum length. | |
| #define VIRTIO_PCI_CAP_TYPE 0x03 |
| #define VIRTIO_PCI_CAP_TYPE_COMMON 0x01 |
| #define VIRTIO_PCI_CAP_TYPE_NOTIFY 0x02 |
| #define VIRTIO_PCI_CAP_TYPE_DEVICE 0x04 |
| #define VIRTIO_PCI_CAP_BAR 0x04 |
| #define VIRTIO_PCI_CAP_OFFSET 0x08 |
| #define VIRTIO_PCI_CAP_END 0x10 |
| #define VIRTIO_PCI_CAP_NOTIFY_MULT 0x10 |
Notification doorbell capability multiplier offset.
Definition at line 84 of file virtio.h.
Referenced by virtio_pci_map().
| #define VIRTIO_PCI_CAP_NOTIFY_END 0x14 |
Notification doorbell capability minimum length.
Definition at line 87 of file virtio.h.
Referenced by virtio_pci_map().