/* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright 2014 Cisco 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 { … }; struct vnic_stats { … }; #endif /* _VNIC_STATS_H_ */