Go to the source code of this file.
|
static_always_inline u8 | avf_tx_desc_get_dtyp (avf_tx_desc_t *d) |
|
static_always_inline u64 | avf_tx_prepare_cksum (vlib_buffer_t *b, u8 is_tso) |
|
static_always_inline u32 | avf_tx_fill_ctx_desc (vlib_main_t *vm, avf_txq_t *txq, avf_tx_desc_t *d, vlib_buffer_t *b) |
|
static_always_inline void | avf_tx_copy_desc (avf_tx_desc_t *d, avf_tx_desc_t *s, u32 n_descs) |
|
static_always_inline void | avf_tx_fill_data_desc (vlib_main_t *vm, avf_tx_desc_t *d, vlib_buffer_t *b, u64 cmd, int use_va_dma) |
|
static_always_inline u16 | avf_tx_prepare (vlib_main_t *vm, vlib_node_runtime_t *node, avf_txq_t *txq, u32 *buffers, u32 n_packets, u16 *n_enq_descs, int use_va_dma) |
|
VNET_DEVICE_CLASS_TX_FN() | avf_device_class (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
◆ avf_device_class()
◆ avf_tx_copy_desc()
◆ avf_tx_desc_get_dtyp()
◆ avf_tx_fill_ctx_desc()
◆ avf_tx_fill_data_desc()
◆ avf_tx_prepare()
◆ avf_tx_prepare_cksum()