Home
last modified time | relevance | path

Searched refs:ETHSW_CMD_PORT_ALL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dvsc9953.c1143 if (port_no == ETHSW_CMD_PORT_ALL) { in vsc9953_mac_table_show()
1158 if (port_no != ETHSW_CMD_PORT_ALL) { in vsc9953_mac_table_show()
1220 if (port_no == ETHSW_CMD_PORT_ALL) { in vsc9953_mac_table_show()
1366 if (port_no != ETHSW_CMD_PORT_ALL) { in vsc9953_mac_table_age()
1398 if (port_no != ETHSW_CMD_PORT_ALL) { in vsc9953_mac_table_age()
1770 if (parsed_cmd->port != ETHSW_CMD_PORT_ALL) { in vsc9953_port_status_key_func()
1788 if (parsed_cmd->port != ETHSW_CMD_PORT_ALL) { in vsc9953_port_config_key_func()
1815 if (parsed_cmd->port != ETHSW_CMD_PORT_ALL) { in vsc9953_port_stats_key_func()
1834 if (parsed_cmd->port != ETHSW_CMD_PORT_ALL) { in vsc9953_port_stats_clear_key_func()
1853 if (parsed_cmd->port != ETHSW_CMD_PORT_ALL) { in vsc9953_learn_show_key_func()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dethsw.h13 #define ETHSW_CMD_PORT_ALL -1 macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dethsw.c1057 parsed_cmd->port = ETHSW_CMD_PORT_ALL; in command_def_init()