FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
avf_txq_t Struct Reference
+ Collaboration diagram for avf_txq_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

volatile u32qtx_tail
 
u16 next
 
u16 size
 
clib_spinlock_t lock
 
avf_tx_desc_tdescs
 
u32bufs
 
u16 n_enqueued
 
u16rs_slots
 

Detailed Description

Definition at line 132 of file avf.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

avf_txq_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ bufs

u32* avf_txq_t::bufs

Definition at line 140 of file avf.h.

◆ descs

avf_tx_desc_t* avf_txq_t::descs

Definition at line 139 of file avf.h.

◆ lock

clib_spinlock_t avf_txq_t::lock

Definition at line 138 of file avf.h.

◆ n_enqueued

u16 avf_txq_t::n_enqueued

Definition at line 141 of file avf.h.

◆ next

u16 avf_txq_t::next

Definition at line 136 of file avf.h.

◆ qtx_tail

volatile u32* avf_txq_t::qtx_tail

Definition at line 135 of file avf.h.

◆ rs_slots

u16* avf_txq_t::rs_slots

Definition at line 142 of file avf.h.

◆ size

u16 avf_txq_t::size

Definition at line 137 of file avf.h.


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