Go to the source code of this file.
|
static clib_error_t * | vmxnet3_create_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | vmxnet3_delete_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | vmxnet3_test_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static void | show_vmxnet3 (vlib_main_t *vm, u32 *hw_if_indices, u8 show_descr, u8 show_one_table, u32 which, u8 show_one_slot, u32 slot) |
|
static clib_error_t * | show_vmxnet3_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
clib_error_t * | vmxnet3_cli_init (vlib_main_t *vm) |
|
◆ show_vmxnet3()
static void show_vmxnet3 |
( |
vlib_main_t * |
vm, |
|
|
u32 * |
hw_if_indices, |
|
|
u8 |
show_descr, |
|
|
u8 |
show_one_table, |
|
|
u32 |
which, |
|
|
u8 |
show_one_slot, |
|
|
u32 |
slot |
|
) |
| |
|
static |
◆ show_vmxnet3_fn()
◆ vmxnet3_cli_init()
◆ vmxnet3_create_command_fn()
Definition at line 30 of file cli.c.
◆ vmxnet3_delete_command_fn()
Definition at line 87 of file cli.c.
◆ vmxnet3_test_command_fn()
◆ show_vmxnet3_command
Initial value:= {
.path = "show vmxnet3",
.short_help = "show vmxnet3 [[<interface>] ([desc] | ([rx-comp] | "
"[rx-desc-0] | [rx-desc-1] | [tx-comp] | [tx-desc]) [<slot>])]",
}
(constructor) VLIB_CLI_COMMAND (show_vmxnet3_command)
Definition at line 572 of file cli.c.
◆ vmxnet3_create_command
Initial value:= {
.path = "create interface vmxnet3",
.short_help = "create interface vmxnet3 <pci-address>"
" [rx-queue-size <size>] [tx-queue-size <size>]"
" [num-tx-queues <number>] [num-rx-queues <number>] [bind]"
" [gso]",
}
(constructor) VLIB_CLI_COMMAND (vmxnet3_create_command)
Definition at line 76 of file cli.c.
◆ vmxnet3_delete_command
Initial value:= {
.path = "delete interface vmxnet3",
.short_help = "delete interface vmxnet3 "
"{<interface> | sw_if_index <sw_idx>}",
}
(constructor) VLIB_CLI_COMMAND (vmxnet3_delete_command)
Definition at line 130 of file cli.c.
◆ vmxnet3_test_command
Initial value:= {
.path = "test vmxnet3",
.short_help = "test vmxnet3 <interface> | sw_if_index <sw_idx> [irq] "
"[elog-on] [elog-off]",
}
(constructor) VLIB_CLI_COMMAND (vmxnet3_test_command)
Definition at line 191 of file cli.c.