L4Re – L4 Runtime Environment
|
Flags of the available ring. More...
Public Member Functions | |
Flags (l4_uint16_t v) | |
Make Flags from the raw value. | |
Data Fields | |
l4_uint16_t | raw |
raw 16bit flags value of the available ring. | |
typedef cxx::Bitfield< decltype(raw), 0, 0 > | no_irq_bfm_t |
Guest does not want to receive interrupts when requests are finished. More... | |
no_irq_bfm_t::Val | no_irq () const |
Get the no_irq bits ( 0 to 0 ) of raw . | |
no_irq_bfm_t::Ref | no_irq () |
Get a reference to the no_irq bits ( 0 to 0 ) of raw . | |
typedef cxx::Bitfield<decltype( raw ), 0 , 0 > L4virtio::Virtqueue::Avail::Flags::no_irq_bfm_t |