RSS_HASH_KEY_SIZE 146 drivers/net/ethernet/cavium/thunder/nic.h u64 key[RSS_HASH_KEY_SIZE]; RSS_HASH_KEY_SIZE 388 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c for (key = 0; key < RSS_HASH_KEY_SIZE; key++) RSS_HASH_KEY_SIZE 641 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c return RSS_HASH_KEY_SIZE * sizeof(u64); RSS_HASH_KEY_SIZE 664 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c memcpy(hkey, rss->key, RSS_HASH_KEY_SIZE * sizeof(u64)); RSS_HASH_KEY_SIZE 694 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c memcpy(rss->key, hkey, RSS_HASH_KEY_SIZE * sizeof(u64)); RSS_HASH_KEY_SIZE 366 drivers/net/ethernet/cavium/thunder/nicvf_main.c for (idx = 0; idx < RSS_HASH_KEY_SIZE; idx++) { RSS_HASH_KEY_SIZE 387 drivers/net/ethernet/cavium/thunder/nicvf_main.c netdev_rss_key_fill(rss->key, RSS_HASH_KEY_SIZE * sizeof(u64));