/* 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_RSS_H_ #define _VNIC_RSS_H_ /* RSS key array */ #define ENIC_RSS_BYTES_PER_KEY … #define ENIC_RSS_KEYS … #define ENIC_RSS_LEN … vnic_rss_key; /* RSS cpu array */ vnic_rss_cpu; #endif /* _VNIC_RSS_H_ */