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

Flags of the available ring. More...

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

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

Detailed Description

Flags of the available ring.

Definition at line 140 of file virtqueue.

Member Typedef Documentation

◆ no_irq_bfm_t

Guest does not want to receive interrupts when requests are finished.

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

Definition at line 149 of file virtqueue.

Member Function Documentation

◆ no_irq() [1/2]

no_irq_bfm_t::Val L4virtio::Virtqueue::Avail::Flags::no_irq ( ) const
inline

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

Definition at line 149 of file virtqueue.

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

+ Here is the caller graph for this function:

◆ no_irq() [2/2]

no_irq_bfm_t::Ref L4virtio::Virtqueue::Avail::Flags::no_irq ( )
inline

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

Definition at line 149 of file virtqueue.


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