Go to the source code of this file.
|
u32 | vnet_hw_if_get_tx_queue_index_by_id (vnet_main_t *vnm, u32 hw_if_index, u32 queue_id) |
|
u32 | vnet_hw_if_register_tx_queue (vnet_main_t *vnm, u32 hw_if_index, u32 queue_id) |
|
void | vnet_hw_if_unregister_tx_queue (vnet_main_t *vnm, u32 queue_index) |
|
void | vnet_hw_if_unregister_all_tx_queues (vnet_main_t *vnm, u32 hw_if_index) |
|
void | vnet_hw_if_tx_queue_assign_thread (vnet_main_t *vnm, u32 queue_index, u32 thread_index) |
|
void | vnet_hw_if_tx_queue_unassign_thread (vnet_main_t *vnm, u32 queue_index, u32 thread_index) |
|
static_always_inline vnet_hw_if_tx_queue_t * | vnet_hw_if_get_tx_queue (vnet_main_t *vnm, u32 queue_index) |
|
◆ vnet_hw_if_get_tx_queue()
◆ vnet_hw_if_get_tx_queue_index_by_id()
◆ vnet_hw_if_register_tx_queue()
◆ vnet_hw_if_tx_queue_assign_thread()
void vnet_hw_if_tx_queue_assign_thread |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
queue_index, |
|
|
u32 |
thread_index |
|
) |
| |
◆ vnet_hw_if_tx_queue_unassign_thread()
void vnet_hw_if_tx_queue_unassign_thread |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
queue_index, |
|
|
u32 |
thread_index |
|
) |
| |
◆ vnet_hw_if_unregister_all_tx_queues()
void vnet_hw_if_unregister_all_tx_queues |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
hw_if_index |
|
) |
| |
◆ vnet_hw_if_unregister_tx_queue()
void vnet_hw_if_unregister_tx_queue |
( |
vnet_main_t * |
vnm, |
|
|
u32 |
queue_index |
|
) |
| |