FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | TW_TIMER_WHEELS 1 |
#define | TW_SLOTS_PER_RING 2048 |
#define | TW_RING_SHIFT 11 |
#define | TW_RING_MASK (TW_SLOTS_PER_RING -1) |
#define | TW_TIMERS_PER_OBJECT 16 |
#define | LOG2_TW_TIMERS_PER_OBJECT 4 |
#define | TW_SUFFIX _16t_1w_2048sl |
#define | TW_FAST_WHEEL_BITMAP 0 |
#define | TW_TIMER_ALLOW_DUPLICATE_STOP 0 |
#define LOG2_TW_TIMERS_PER_OBJECT 4 |
Definition at line 37 of file tw_timer_16t_1w_2048sl.h.
#define TW_FAST_WHEEL_BITMAP 0 |
Definition at line 39 of file tw_timer_16t_1w_2048sl.h.
#define TW_RING_MASK (TW_SLOTS_PER_RING -1) |
Definition at line 35 of file tw_timer_16t_1w_2048sl.h.
#define TW_RING_SHIFT 11 |
Definition at line 34 of file tw_timer_16t_1w_2048sl.h.
#define TW_SLOTS_PER_RING 2048 |
Definition at line 33 of file tw_timer_16t_1w_2048sl.h.
#define TW_SUFFIX _16t_1w_2048sl |
Definition at line 38 of file tw_timer_16t_1w_2048sl.h.
#define TW_TIMER_ALLOW_DUPLICATE_STOP 0 |
Definition at line 40 of file tw_timer_16t_1w_2048sl.h.
#define TW_TIMER_WHEELS 1 |
Definition at line 32 of file tw_timer_16t_1w_2048sl.h.
#define TW_TIMERS_PER_OBJECT 16 |
Definition at line 36 of file tw_timer_16t_1w_2048sl.h.