/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. */ #ifndef _VNIC_STATS_H_ #define _VNIC_STATS_H_ /* Tx statistics */ struct vnic_tx_stats { … }; /* Rx statistics */ struct vnic_rx_stats { … }; /* Generic statistics */ struct vnic_gen_stats { … }; struct vnic_stats { … }; #endif /* _VNIC_STATS_H_ */