L4Re – L4 Runtime Environment
|
flags for the used ring. More...
Public Member Functions | |
Flags (l4_uint16_t v) | |
make Flags from raw value | |
Data Fields | |
l4_uint16_t | raw |
raw flags value as specified by virtio. | |
typedef cxx::Bitfield< decltype(raw), 0, 0 > | no_notify_bfm_t |
host does not want to be notified when new requests have been queued. More... | |
no_notify_bfm_t::Val | no_notify () const |
Get the no_notify bits ( 0 to 0 ) of raw . | |
no_notify_bfm_t::Ref | no_notify () |
Get a reference to the no_notify bits ( 0 to 0 ) of raw . | |
typedef cxx::Bitfield<decltype( raw ), 0 , 0 > L4virtio::Virtqueue::Used::Flags::no_notify_bfm_t |