1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved.
4 * Copyright 2007 Nuova Systems, Inc. All rights reserved.
12 #define ENIC_RSS_BYTES_PER_KEY 10
13 #define ENIC_RSS_KEYS 4
14 #define ENIC_RSS_LEN (ENIC_RSS_BYTES_PER_KEY * ENIC_RSS_KEYS)
18 u8 b
[ENIC_RSS_BYTES_PER_KEY
];
33 #endif /* _VNIC_RSS_H_ */