Go to the source code of this file.
|
| STATIC_ASSERT_SIZEOF (avf_rx_desc_t, 32) |
|
| STATIC_ASSERT_SIZEOF (avf_tx_desc_t, 16) |
|
| STATIC_ASSERT_SIZEOF (avf_rx_vector_entry_t, 8) |
|
| STATIC_ASSERT (VNET_DEVICE_INPUT_N_NEXT_NODES< 256,"too many next nodes") |
|
void | avf_create_if (vlib_main_t *vm, avf_create_if_args_t *args) |
|
void | avf_delete_if (vlib_main_t *vm, avf_device_t *ad) |
|
static u32 | avf_get_u32 (void *start, int offset) |
|
static u64 | avf_get_u64 (void *start, int offset) |
|
static u32 | avf_get_u32_bits (void *start, int offset, int first, int last) |
|
static u64 | avf_get_u64_bits (void *start, int offset, int first, int last) |
|
static void | avf_set_u32 (void *start, int offset, u32 value) |
|
static void | avf_reg_write (avf_device_t *ad, u32 addr, u32 val) |
|
static u32 | avf_reg_read (avf_device_t *ad, u32 addr) |
|
static void | avf_reg_flush (avf_device_t *ad) |
|
#define foreach_avf_device_flags |
Value:_(0, INITIALIZED, "initialized") \
_(1, ERROR, "error") \
_(2, ADMIN_UP, "admin-up") \
_(3, IOVA, "iova") \
_(4, LINK_UP, "link-up") \
_(5, SHARED_TXQ_LOCK, "shared-txq-lock") \
#define ELOG(em, f, data)
Definition at line 25 of file avf.h.
#define foreach_avf_tx_func_error _(NO_FREE_SLOTS, "no free tx slots") |
Enumerator |
---|
foreach_avf_device_flags |
|
Definition at line 34 of file avf.h.
Enumerator |
---|
AVF_PROCESS_EVENT_START |
|
AVF_PROCESS_EVENT_STOP |
|
AVF_PROCESS_EVENT_AQ_INT |
|
Definition at line 161 of file avf.h.
static u32 avf_get_u32 |
( |
void * |
start, |
|
|
int |
offset |
|
) |
| |
|
inlinestatic |
static u32 avf_get_u32_bits |
( |
void * |
start, |
|
|
int |
offset, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
inlinestatic |
static u64 avf_get_u64 |
( |
void * |
start, |
|
|
int |
offset |
|
) |
| |
|
inlinestatic |
static u64 avf_get_u64_bits |
( |
void * |
start, |
|
|
int |
offset, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
inlinestatic |
static void avf_set_u32 |
( |
void * |
start, |
|
|
int |
offset, |
|
|
u32 |
value |
|
) |
| |
|
inlinestatic |
(constructor) VLIB_REGISTER_NODE (avf_input_node)
Definition at line 534 of file input.c.
enum { ... } avf_process_event_t |