2 * aQuantia Corporation Network Driver
3 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
10 /* File aq_rss.h: Receive Side Scaling definitions. */
15 #include "aq_common.h"
18 struct aq_rss_parameters
{
20 u16 indirection_table_size
;
21 u16 hash_secret_key_size
;
22 u32 hash_secret_key
[AQ_CFG_RSS_HASHKEY_SIZE
/ sizeof(u32
)];
23 u8 indirection_table
[AQ_CFG_RSS_INDIRECTION_TABLE_MAX
];