1*3998e2a0SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause 2*3998e2a0SBruce Richardson * Copyright(c) 2015 Intel Corporation 3bda68ab9SRemy Horton */ 4bda68ab9SRemy Horton 5bda68ab9SRemy Horton 6bda68ab9SRemy Horton void ethapp_main(void); 7bda68ab9SRemy Horton void print_stats(void); 8bda68ab9SRemy Horton void lock_port(int idx_port); 9bda68ab9SRemy Horton void unlock_port(int idx_port); 10bda68ab9SRemy Horton void mark_port_inactive(int idx_port); 11bda68ab9SRemy Horton void mark_port_active(int idx_port); 12bda68ab9SRemy Horton void mark_port_newmac(int idx_port); 13