L4Re - L4 Runtime Environment
L4virtio::Virtqueue::Used::Flags Struct Reference

flags for the used ring. More...

+ Collaboration diagram for L4virtio::Virtqueue::Used::Flags:

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 . More...
 
no_notify_bfm_t::Ref no_notify ()
 Get a reference to the no_notify bits ( 0 to 0 ) of raw . More...
 

Detailed Description

flags for the used ring.

Definition at line 185 of file virtqueue.

Member Typedef Documentation

◆ no_notify_bfm_t

host does not want to be notified when new requests have been queued.

Type to access the no_notify bits ( 0 to 0 ) of raw .

Definition at line 194 of file virtqueue.

Member Function Documentation

◆ no_notify() [1/2]

no_notify_bfm_t::Val L4virtio::Virtqueue::Used::Flags::no_notify ( ) const
inline

Get the no_notify bits ( 0 to 0 ) of raw .

Definition at line 194 of file virtqueue.

Referenced by L4virtio::Virtqueue::no_notify_host().

+ Here is the caller graph for this function:

◆ no_notify() [2/2]

no_notify_bfm_t::Ref L4virtio::Virtqueue::Used::Flags::no_notify ( )
inline

Get a reference to the no_notify bits ( 0 to 0 ) of raw .

Definition at line 194 of file virtqueue.


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