Descriptor in the descriptor table.
More...
#include <virtqueue>
|
| void | dump (unsigned idx, L4Re::Util::Dbg dbg=L4Re::Util::Dbg{}) const |
| | Dump a single descriptor.
|
|
|
Ptr< void > | addr |
| | Address stored in descriptor.
|
|
l4_uint32_t | len |
| | Length of described buffer.
|
|
Flags | flags |
| | Descriptor flags.
|
|
l4_uint16_t | next |
| | Index of the next chained descriptor.
|
Descriptor in the descriptor table.
Definition at line 92 of file virtqueue.
◆ dump()
| void L4virtio::Virtqueue::Desc::dump |
( |
unsigned | idx, |
|
|
L4Re::Util::Dbg | dbg = L4Re::Util::Dbg{} ) const |
|
inline |
Dump a single descriptor.
- Parameters
-
| idx | Descriptor index. |
| dbg | Debug channel for printing the information. Verbosity of L4Re::Util::Dbg() by default. |
Definition at line 126 of file virtqueue.
The documentation for this class was generated from the following file: