Go to the source code of this file.
u8* format_vlib_pci_addr |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
u8* format_vlib_pci_handle |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
u8* format_vlib_pci_link_speed |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
u8* format_vlib_pci_vpd |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Definition at line 69 of file pci.c.
Definition at line 56 of file pci.c.
Definition at line 53 of file pci.c.
Initial value:= {
.path = "show pci",
.short_help = "show pci [all]",
}
static clib_error_t * show_pci_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_pci_command)
Definition at line 243 of file pci.c.