2017-12-19 15:49:02 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright(c) 2015 Intel Corporation
|
2015-12-07 13:48:59 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
void ethapp_main(void);
|
|
|
|
void print_stats(void);
|
|
|
|
void lock_port(int idx_port);
|
|
|
|
void unlock_port(int idx_port);
|
|
|
|
void mark_port_inactive(int idx_port);
|
|
|
|
void mark_port_active(int idx_port);
|
|
|
|
void mark_port_newmac(int idx_port);
|