FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | AVF_TXQ_DESC_CMD(x) (1 << (x + 4)) |
#define | AVF_TXQ_DESC_CMD_EOP AVF_TXQ_DESC_CMD(0) |
#define | AVF_TXQ_DESC_CMD_RS AVF_TXQ_DESC_CMD(1) |
#define | AVF_TXQ_DESC_CMD_RSV AVF_TXQ_DESC_CMD(2) |
Functions | |
static_always_inline u8 | avf_tx_desc_get_dtyp (avf_tx_desc_t *d) |
VNET_DEVICE_CLASS_TX_FN() | avf_device_class (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
#define AVF_TXQ_DESC_CMD_EOP AVF_TXQ_DESC_CMD(0) |
#define AVF_TXQ_DESC_CMD_RS AVF_TXQ_DESC_CMD(1) |
#define AVF_TXQ_DESC_CMD_RSV AVF_TXQ_DESC_CMD(2) |
VNET_DEVICE_CLASS_TX_FN() avf_device_class | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
static_always_inline u8 avf_tx_desc_get_dtyp | ( | avf_tx_desc_t * | d | ) |